This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Using of ATTLIST


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]