Re: xslt renderer: 2 questions
Paul Everitt <paul-+XpZaIz3/[email protected]>
| Newsgroups | gmane.comp.web.zope.silva.devel |
|---|---|
| Message-ID | <[email protected]> |
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