[silva-dev] xslt renderer: 2 questions

Paul Everitt paul at zope-europe.org
Fri Sep 10 09:54:21 CEST 2004


On Sep 10, 2004, at 9:49 AM, Marc Petitmermet wrote:

> dear developers
>
> - would it be possible to use the renderer for non-silva content? e.g. 
> for an uploaded silva file asset which is an xml file from a external 
> program. or should this xml file be included into a silva document 
> using external sources?

Once choice is to use XInclude to reference the other XML document (or, 
with XPointer, node).  However, this would require the libxml2 object 
to be initialized to process XIncludes, which it isn't by default.

XInclude is pretty wild.  Once you start using it, you think of more 
ways to use it. :^)

--Paul




More information about the silva-dev mailing list