RE: XML XSL Question about including code2003-06-17 23:55:20Hi, I know that i can place it into <![CDATA[ <tags> ]]>, but i have to copy & paste the source code, which may be modifid from other person. What i need is a link to the file somewhat like <!ENTITY example1 SYSTEM "bla.php">, so the original file should be atomatically included while generation.
...
<example>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="bla.php"
parse="text"/>
</example>
...
Cheers,
Jarno
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
|
||||||||||||||||