xsl-list
[Top] [All Lists]

RE: Grouping using information from a dtd ?

2004-03-09 06:54:43

How can I accomplish this ??
Do I have to specify an additional XML file, containing the 
attribute values 
in th correct order or is ist possible to use somehow the 
information in the 
dtd ??

Not that I know of.  Rather than specify and additional xml file, why
don't you use a schema (xsd or relax ng) instead.  You could then query
that as xml and get the information you need (whilst of course still
validating the file).  

There is an app called trang
(http://www.thaiopensource.com/relaxng/trang.html) by James Clark that
can translate between dtd, xsd and relax ng if you didn't fancy doing it
by hand.

cheers
andrew 

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>