[
Lists Home |
Date Index |
Thread Index
]
- From: Curt Arnold <CurtA@techie.com>
- To: AndrewWatt2000@aol.com, xml-dev@lists.xml.org
- Date: Fri, 25 Aug 2000 02:05:10 -0500
AndrewWatt2000@aol.com wrote:
> Problem: I wonder if it's possible to transform both
> XSLT & XML Schemas with XSLT? >>
>
>
> By some bizarre coincidence, the potential of using XSLT to manipulate XML
> Schemas was something I was in discussion about earlier today. Until XML
> Schema is stable then it is likely that usage will be limited to
> experimentation but it certainly is an intriguing possibility. I am not sure
> if my brain is elastic enough to accomodate all the implications though. :)
>
You might want to check out my XML Schema Compilation project at
SourceForge (http://sourceforge.net/projects/XSDComp) which uses XSLT to
convert XML Schema to a consise, fully evaluated form (all
includes/imports brought into one file, all references converted to
ID/IDREF pairs, etc). I've definitely advanced my working copy beyond
what I've put in the CVS. If you are interested after taking a look
around, I can update it.
|