[xsl] Using of ATTLIST

Subject: [xsl] Using of ATTLIST
From: RBrand@xxxxxxxxxxx
Date: Thu, 21 Feb 2002 11:29:39 +0100
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


Current Thread