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/
[EMAIL PROTECTED]  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
_______________________________________________
xslt mailing list, project page http://xmlsoft.org/XSLT/
[email protected]
http://mail.gnome.org/mailman/listinfo/xslt

Reply via email to