After some more research, I figured out, that I only have a document function for XML files, but that doesn't work on non XML files.
I think about an extension, but also about a workflow based transformation using separate template files per artifact. That way, I am able to check before starting the transformation per artifact. Also I would have other benefits. But I'll get more complicated transformations. Thanks, Lothar Am 21.04.2012 um 12:00 schrieb Michael Ludwig: > Lothar schrieb am 21.04.2012 um 07:10 (+0200): >> >> I figured out that there is a way to check for existing documents in >> XSLT 2.0 templates. Trying this in my template does not work. >> >> I am using libxslt in my code (not with xsltproc). Do I have to load >> another library or activate the function in my C++ code some how? > > Not sure it's clear to you that LibXSLT implements XSLT 1.0 only. > >> If not, is there an equivalent function in XSLT 1.1? > > There is no XSLT version 1.1. > > There is no equivalent function in XSLT 1.0. > > You might want to look into providing the missing functionality in form > of an extension function or extension element. > > Michael > _______________________________________________ > xslt mailing list, project page http://xmlsoft.org/XSLT/ > [email protected] > http://mail.gnome.org/mailman/listinfo/xslt > -- | Rapid Prototyping | XSLT Codegeneration | http://www.lollisoft.de Lothar Behrens Ginsterweg 4 65760 Eschborn _______________________________________________ xslt mailing list, project page http://xmlsoft.org/XSLT/ [email protected] http://mail.gnome.org/mailman/listinfo/xslt
