[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] XML XSL Question about including code


Subject: RE: [xsl] XML XSL Question about including code
From: Jarno.Elovirta@xxxxxxxxx
Date: Wed, 18 Jun 2003 09:55:20 +0300

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



Current Thread