Am Mittwoch, den 16.08.2006, 15:45 +0200 schrieb Daniel Leidert: > Am Mittwoch, den 16.08.2006, 15:11 +0200 schrieb Jeroen Ruigrok/asmodai: > > -On [20060816 15:02], Daniel Leidert ([EMAIL PROTECTED]) wrote: > > >But it fails (with our without 'file://') and only shows the "error > > >message". I was wondering, if xsltproc simply ignores the xi:include > > >here, or if I'm doing something wrong. > > > > Are you calling xsltproc with the --xinclude parameter? > > Yes. I now tested with Xalan(2.6.0)/Xerces(2.6.2) and > Saxon(6.5.5)/Xerces(2.6.2) and both do, what I want them to do with the > code I provided. Only xsltproc seems to ignore the xi:include in the > stylesheet, or it has a problem with the href-attribute. Shall xsltproc > be able to process xi:include elements in a stylesheet? If not, I would > like to add it as a wishlist item.
Hmm. xmllint --xinclude my_file.xsl [..] <xsl:variable name="datei">a4 </xsl:variable> [..] Seems, this reads the content of xi:include. But xsltproc misses it. Regards, Daniel _______________________________________________ xslt mailing list, project page http://xmlsoft.org/XSLT/ [email protected] http://mail.gnome.org/mailman/listinfo/xslt
