|
|
|
 |
Upload an XML File and Validate Against a Schema
|
Total Hit (743) |
This ASP.Net (VB) program allows you to locate an XML file on your local machine, or anywhere on your network for that matter, upload it to a web server and validate the file against an XML Schema existing on the web server. If the xml file validates, a success notification is provided. If the valid
....Read More |
Rating
 |
|
 |
Understanding How to Use XSL Transforms
|
Total Hit (853) |
Original abstract: XSLT, XPATH and how to apply the concepts in .NET. Examines the concept of transformation and how an XSLT stylesheet defines a transformation by describing the relationship between an input tree and an output tree. Continues to look at the structure of a stylesheet, its main sub-c
....Read More |
Rating
 |
|
 |
Use the Xml Web Control to Display Database Query Results as XML
|
Total Hit (765) |
Sometime you may need to query a database and produce the results as an XML file. The .Net XML Web Control makes this extremely easy to do. All you have to do is create an instance of the XML control on your .aspx page. A very few lines of code can then be used to display the database query as XML.
....Read More |
Rating
 |
|
 |
Saving a DataSet as an XML File
|
Total Hit (781) |
XML is very well integrated with .NET. Many server controls have XML methods built in making XML capabilities only a method or two away. The DataSet class contains several of these XML methods and we will examine a couple of them in this article. The task in this example is to read a database table
....Read More |
Rating
 |
|
|
 |
XSD Schemas: An Introduction
|
Total Hit (728) |
The schema specifies the order of tags in the XML document, indicates fields that are mandatory or that may occur different numbers of times, gives the datatypes of fields and so on. The schema importantly is able to ensure that data values in the XML file are valid as far as the parent application
....Read More |
Rating
 |
|
|
|
|
 |
Introduction To XSL
|
Total Hit (649) |
XSL is a powerful way to transform XML documents into other formats. This article explains what XSL is and how to use it for common tasks. More emphasis is on transforming XML documents into XHTML documents
|
Rating
 |
|
 |
Introduction to XML Namespaces & Schema
|
Total Hit (641) |
Traditionally XML document structures are defined using DTD - Document Type Definition. However DTDs suffer for many limitations like :
|
Rating
 |
|
 |
MS Word 2003 XML Output
|
Total Hit (942) |
How to give a Word output without MS Office Web Components (OWC) on the server.
|
Rating
 |
|
|
 |
Microsoft 'Atlas,' an Ajax-based programming framework
|
Total Hit (974) |
Microsoft releases "Atlas", its own AJAX based programming framework.
"It's a discrete technology that we haven't figured out how we'll distribute yet. It would make sense to deliver it as part of ASP.Net 2.0, but we haven't made packaging decisions yet." said Charles Fitzgerald, general manager
....Read More |
Rating
 |
|
|