Hi,
hopefully it is the right adress.
I would like to transform a xml-document to anouther xml-document. The
generated xml-document is defined by a dtd.
In which way is possible to use this dtd in the processing. Especially in
which way could I use specified ATTLIST for
the transforming.
i.e.
given xml-document
<!ATTLIST color (red|green|blue) "green">
should be transformed
<!ATTLIST new_color (yellow|magenta|cyan) "magenta">
I think the above syntax isn't ok.
But I hope you understand the problem.
Rüdiger Brand
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|