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]

Re: Where can I find the XSLT DTD?



* Yann Desnoues
| 
| Thank you but it doesn't help as it is not a complete DTD.
| The entity result-elements is not defined.
| Hence the DTD is not valid.

It can't be defined, since it depends on the result-document DTD,
which of course depends on your specific application. The solution is
to create an xslt-???.dtd for each result DTD where you define the
result-elements PE and then load in the XSLT DTD (and perhaps also
your result DTD).

The easiest solution is of course to define it as empty, but that may
confuse your editor.

--Lars M.


 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]