Articles   Dev Forums   Personalize   Favorites   Member Login   ASP Hosting      Active Users:  88
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Saturday, May 17, 2008
Home
Articles & Samples
ASP Hosting
Dev Search
Dev Forum
Add Your Articles
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

ESET
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > XML > Miscellaneous
Search
DevASP

What's New
What's Hot

Sorted For Ease and Whizz       
Total Hits: 152  |  Today: 0 Author: Atrax _       Rating:  
Read Reviews | Write Review |              Your Rating: 

Nothing like a snappy article heading eh? I am of course referring to the twin gods of the internet pantheon, Usability and Load Time. Yes, they're important enough to warrant the capital letters. I'll be suggesting a couple of ways in which you too can be sorted for ease and whizz....

XML Linking Language (XLink): Creating Powerful, Flexible Hypertext Structures       
Total Hits: 151  |  Today: 0 Author: Simon St.Laurent       Rating:  
Read Reviews | Write Review |              Your Rating: 

XLink promises an enormous leap forward for hypertext on the Internet, while providing only a taste of what more hypertext-focused systems have attempted to deliver. As a former chair of the XLink working group put it, "XLink is hypertext for the 1970s." That marks a significant advance in manageability and flexibility over the kinds of hypertext linking we have today in HTML - an advance, even by the high standards of the hypertext community....

Converting HTML to WML       
Total Hits: 107  |  Today: 0 Author: Paul Howard       Rating:  
Read Reviews | Write Review |              Your Rating: 

The process of converting HTML documents into WML documents for use on WAP-enabled devices is not as simple as the alteration of the markup tags. This report investigates the problems associated with the conversion process and presents a solution through the design and implementation of a piece of conversion software....

Debugging script       
Total Hits: 192  |  Today: 0 Author: Don Kackman       Rating:  
Read Reviews | Write Review |              Your Rating: 

When debugging web page scripts or HTC behaviors it is often very helpful to view debugging information as the scripts run. However you don't want these scripts to run when you release the page or the behavior. The attached script file has a number of useful debugging functions that can be turned on or off by setting the conditional compilation flag at the top of the file. In this way you can put debugging code anywhere in you scripts and turn all of them off from single place. Functions include...

Formatting XML with CSS     Price: Free   
Total Hits: 104  |  Today: 0 Author: David Silverlight       Rating:  
Read Reviews | Write Review |              Your Rating: 

This snippet demonstrates using CSS to do rudimentary formatting of XML elements The data is stored in an XML file and the formatting is accomplished using nothing more than Cascading Style Sheets....

Stock quote application       
Total Hits: 426  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

In this particular example we are going to display stock quotes from Yahoo. It retrieves the quotes in csv format the stores the results in an array and then we display a table with the information....

XML Interoperability       
Total Hits: 117  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Presenting current and emerging state of the art XML based solutions to the interoperability puzzle, such as SOAP, BizTalk and the BizTalk Server, this presentation will show how these XML technologies can be used to solve real world integration and interchange challenges....

XML in Parts       
Total Hits: 217  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Parts of an XML docment. The various building blocks of an XML document is shown in the document...

The Key to Successful Testing: Test Planning - PART I       
Total Hits: 327  |  Today: 0 Author: Phani R C Chowdary Koganti       Rating:  
Read Reviews | Write Review |              Your Rating: 

The complexity of modern client/server and web applications has elevated testing to become a critical and essential part of the development process. Today, no one would consider (or admit) not planning their software test efforts. Yet studies and surveys indicate that test planning is often a low priority item when it comes to software development. Worse yet, it is often not performed, or when it is, it's not complete, not accurate, or not followed consistently....

Using XML in Java Gets Easier with DOM4J       
Total Hits: 125  |  Today: 0 Author: Raghu Donepudi       Rating:  
Read Reviews | Write Review |              Your Rating: 

Have you experienced the pain of parsing and extracting XML data inside Java applications? Then you'll love DOM4J. Find out how flexible, high-performance, and memory-efficient implementations of this XML framework can ease the hardships of XML-based Java application development. If you have worked with XML in Java applications during the past few years, you know the pain of parsing and extracting XML data inside the application. The process required writing lots of cumbersome code to retrieve e...

Retrieving a Registry subtree as XML       
Total Hits: 124  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Given a Registry path it will return an XML representation of that registry key, either as a string or an XML document pointer. Includes option to recurse registry keys....

Cross-Browser display of XML/XSL     Price: Free   
Total Hits: 104  |  Today: 0 Author: David Silverlight       Rating:  
Read Reviews | Write Review |              Your Rating: 

This example is very basic, but answers the very common question of "How do I display my XML/XSL in browsers that do not support XML. It is about as simple as it gets....Transform it server-side....

Why BizTalk?       
Total Hits: 178  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When people talk about eCommerce, they don’t mean putting a button on the website which says “call 0800…”. No, what they are referring to are smart systems (be they desktop machines, CE devices or mobile phones), which can describe themselves to other smart machines and computing devices. These systems are able to sustain automated relationships with each other. Moving information around, fulfilling just-in-time orders, providing receipts and more.

...

Coping Up with your Existing Untidy HTML when XML Seems Like a Better Choice        
Total Hits: 255  |  Today: 0 Author: Ashwin Kamanna       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article will be helpful to the sites where a lot of information is maintained in the form of flat HTML pages, all the pages share some kind of similar structure and the site developers think that the content should be separated from the publishing elements so as to support rendering media other than a browser or have more control over the rendering itself....

Comparison of XSLT and ASP.NET       
Total Hits: 361  |  Today: 0 Author: Chris Lovett       Rating:  
Read Reviews | Write Review |              Your Rating: 

The author will drill in on a specific example and he can compare and contrast XSLT versus ASP.NET. The example is the MSDN TOC. MSDN found that XML was ideal for managing its large table of contents (TOC). The contents of this TOC come from hundreds of groups around the company. The XML format provided a way to glue together disparate back-end processes that would have been much harder to change. XML/XSL also made it possible to reach different browsers on different platforms....

Intentional Schema Based Programming       
Total Hits: 120  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Intentional Programming is a programming system that brings the power of the computer to bear on the development of software. That is, Intentional Programming has the promise to bring Moore's Law to the software industry. This session illustrates Intentional Programming with an implementation of Schema Based Programming, something called Intentional XML...

Binding Client Side Controls Dynamically to an XML Data Source Object       
Total Hits: 499  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

In this article we'll move from legacy data to Extensible Markup Language (XML)-formatted data, the type of format you'll come to see more and more. The object of this article is twofold. The first is to demonstrate how to change the data content of your Web application pages client side through the use of DHTML events and dynamic data binding with XML island DSOs. The second is to help you decide in what format the XML should be saved...

INFO: Use XPath to Perform a Case-Insensitive Search with MSXML (Q315719)       
Total Hits: 585  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

MSXML includes two functions that you can use to filter data in a case-insensitive search. With MSXML 3.0, you can use the translate function. With MSXML 4.0, you can use either the translate function or the new ms:string-compare XPath function....

Searching XML file       
Total Hits: 735  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

On this article I will search our ASP RSS file (RSS.xml), for more information about ASP RSS go to www.asprss.com. For short description, asp RSS files is a standard way of publishing data to asp directories, imagine you write articles every week or even every month, on the old way you need to submit every article you write to every directory meaning a lot of waist of time. With asp RSS files you just make your RSS file, and submitted one time to the directories....

Cannot Start Web Publishing Service in Personal Web Server (Q183965)       
Total Hits: 604  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you attempt to start the Web Publishing service in Personal Web Manager, you may experience one of the following symptoms: The program may stop responding (hang).
The Start button in Personal Web Manager may be unavailable....


1  2  3  Next >> 


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com