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]

Keeping entity references from input


Hi all, 

I know that in XSLT it's not possible to copy entity references unresolved
to the result tree, because the entities are resolved by the XML parser
before the XSLT processor sees them. 

But is it possible to get an XML parser to refrain from resolving entities,
and to pass on the entity references as they exist in the source instead
(without great effort)? Hypothetically, would the XSLT processor's default
behaviour be to copy the entity references to the result tree just as it
does with everything else? Or would it do something else? 

Bye the way, I'm asking because I'm thinking about using XSLT for
intermediate processing of our documentation, which is in an XML format and
uses a lot of internal entities for text fragments that must be maintained
centrally. 

Linda

 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]