Re: [xsl] XSL & Entities

Subject: Re: [xsl] XSL & Entities
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 2 Mar 2005 16:44:52 GMT
  Can you explain more about putting it into the
  internal declaration subset?

if the <!ENTITY declaration is in a file other than teh main xml file
and XML parser is allowed to not read the otherfile and so not see the
entity declaration.

If it is in the main file inside the 
<!DOCTYPE  xxx [

entity dec goes here

]>

then the XML parser is not allowed to skip that and so the entity
declaration should definitely be available for the xslt engine to use
with unparsed-entity-uri

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread
  • Re: [xsl] XSL & Entities, (continued)
        • David Carlisle - Wed, 2 Mar 2005 10:04:03 GMT
        • c p - Wed, 2 Mar 2005 08:19:34 -0800 (PST)
        • c p - Wed, 2 Mar 2005 08:24:07 -0800 (PST)
        • c p - Wed, 2 Mar 2005 08:24:17 -0800 (PST)
        • David Carlisle - Wed, 2 Mar 2005 16:44:52 GMT <=