Re: [xslt] how to enable xinclude for documents read by document()function



On Sun, Jul 03, 2005 at 05:51:46PM -0700, Tom Frank wrote:
> I think the problem is with document() function. I use it like following in 
> my stylesheet:
> 
>    <xsl:variable  name='mydoc' select='document("test.xml")'/>

  in C xsltproc does ctxt->xinclude = 1; where ctxt is the transformation
context before running the transformation. I don't see how to do this at
the Python level, but I didn't removed any API from libxslt either.

Daniel

-- 
Daniel Veillard      | Red Hat Desktop team http://redhat.com/
veillard redhat com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]