xsl-list
[Top] [All Lists]

RE: XML XSL Question about including code

2003-06-17 23:55:20
Hi,
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



<Prev in Thread] Current Thread [Next in Thread>