RE: [xsl] Reading the DocType in XSL

Subject: RE: [xsl] Reading the DocType in XSL
From: Américo Albuquerque <aalbuquerque@xxxxxxxxxxxxxxxx>
Date: Thu, 20 Feb 2003 19:49:15 -0000
> configured depending on DOCTYPE attributes (eg the DocBook version)
> 

Hi.
If what you want is only the DocBook version you could add a version
attribute in your doctype:
<!ATTLIST DocRoot version CDATA #FIXED "1.0">

Your attribute 'version' will appear even is is not present in the xml
data, it is included by the doctype

Hope that this helps you.


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


Current Thread