Re: [xslt] xsltproc memory consumption w/ large DTD / docbook



> <!DOCTYPE whatever [ <!ENTITY file SYSTEM "file.xml" NDATA XML> ]>
> <whatever><olink targetdocent="file"/></whatever>
> 
> So the XML parser can't see that the value of targetdocent is actually the
> name of an entity which will be resolved using unparsed-entity-uri by some
> stylesheet. And even if it could, it wouldn't be able to expand it in a
> sensible manner. Or am I missing the point?

Why can't the XML parser see the entity declaration? it should a)
see it, and b) return the right answer to unparsed-entity-uri, so far
as I can see.

-- 
Sebastian Rahtz      OUCS Information Manager
13 Banbury Road, Oxford OX2 6NN. Phone +44 1865 283431






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]