OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Similar XML Files
This page's ID:
25796
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
As to refine my query. I am looking for similar XML files. A repository of similar XML files would be ideal for running transforms on to test my abilities. For example I am looking for pairs of XML documents like the following. [code]<?xml version="1.0" encoding="ISO-8859-1"?> <inventory> <item> <id>1</id> <description name="Car" description="A fast car"/> <color>red</color> </item> <item> <!-- And continue as such --> </item> </inventory>[/code] with a mate that would look like [code]<?xml version="1.0" encoding="ISO-8859-1"?> <shop> <product> <name>Car</name> <description>A fast Car</description> <color>red</color> </product> <product> <!-- And continue as such --> </product> </shop>[/code] If you have any pairs and are willing to share of have any links I would really appreciate it. Dan @ [url=http://www.codetown.org]Code Town[/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »