Welcome to the XML Tutorial pages on Softwaresourcer.com - here you can find tutorials, help and information on XMLt from all over the internet. If you have any questions about Javascript or would like XML Development done for your company please complete ourfree IT quotes form. If you are a company who takes on XML projects and would like to receive leads from people looking for XML work please complete our IT suppliers partner form.
Solve classic development problems with XML standards
Clever application of XML and its related standards can solve many common programming problems, such as variant record types. Consider a possible design for an expense reporting application to see how you might apply XML in your development project....
Using XSLT and .NET to Manipulate XML Files
XML Stylesheet Transformations (XSLT) is defined as a language for transforming source XML documents into other document formats using XML Path Language (XPath) as a query language. This is particularly useful when XML documents do not match the document...
Build an XML/XSLT driven Website with .NET
Today, we'll build a simple dynamic Website using ASP.NET, C#, XML and XSLT. I'll assume you have prior working knowledge of ASP.NET, C#, XML and XSLT. The site source code provided here shows all details of the implementation, including error handling...
Doing More With XML Schemas (part 3)
This article introduces you to the concept of uniqueness in the XML Schema world, showing you how to use built-in schema constructs to enforce uniqueness within your XML document instances. Click here for full article...
Modeling One-To-Many Relationships With XML
Somehow, modeling and XML aren't often found together in the same sentence. In my experience, I've seen XML vocabularies created using the "fly by the seat of your pants" methodology more than anything else. After all, because XML...
Doing More With XML Schemas (part 2)
In this second part, find out how to derive new element types by constraining existing ones, control access to your schema definitions, and redefine externally-provided schemas in place...
Posting XML data with MSXML 4
A beginners guide to the different ways of sending and recieving post data using Microsofts XML parser...
Doing More With XML Schemas (part 1)
Get into the more advanced aspects of XML Schema design with a discussion of simple and complex datatypes, and learn to apply the basic OOP concepts of extensibility and inheritance to your schemas...
XML Unlocks Information
XML is gaining acceptance today, not because it is a great technology looking for a problem, but because today's problems require its flexibility and simplicity. XML enables you to create structured and semi-structured documents that can be transferred an...
Comparing and Replacing Strings
In this month's Transforming XML column, Bob DuCharme gives us the ins and outs of string munging in XSLT, including string equality comparisons and search-and-replace operations...
XML in Mozilla 1.0
We all know of Mozilla's prowess when it comes to supporting standards such as HTML and CSS. But what does it have to offer XML enthusiasts...