From: Cameron S. <ca...@sh...> - 2003-09-15 10:30:55
|
I've created a demo file which uses xinclude to reference a variable. See attached. The good news is xsltproc will process it. cvs update -d . cp x.xml generguide/guide cd generguide/guide xsltproc --novalid --xinclude ../docbook-xsl/html/docbook.xsl x.xml > x.html The bad new is that XXE doesn't recognise the xpath. :( Sean, I don't suppose you can find an editor which will handle x.xml? The other problem is that the <xinclude> tag requires 2 lines of text for one variable, compared to an ENTITY which only takes one word. I'd like to look around and see what other alternatives we have. ENTITIES are starting to look more attractive to me again. -- Cameron Shorter http://cameron.shorter.net Open Source Developer http://generguide.sourceforge.net http://mapbuilder.sourceforge.net http://geotools.org Senior Software Engineer http://www.adi-limited.com |