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]

No Subject



> How to get with XSL the number "1.4" ?
XSL can not see your DTD.
Presumably though the entity 
<!ENTITY % commonDeliveryVersion "1.4">
is used somewhere in the DTD as
 %commonDeliveryVersion;
and if that is in a default attribute value, or in a general entity
definition that will appear as &xxx; in the document, then you can get
hold of the text from the element or attribute.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered through the MessageLabs Virus Scanning Service. For further information visit http://www.star.net.uk/stats.asp

 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]