Re: Function doc-available not found error?
Michael Ludwig <[email protected]>
| Newsgroups | gmane.comp.gnome.lib.xslt |
|---|---|
| Message-ID | <20120421135913.GE5168@Dago> |
Lothar schrieb am 21.04.2012 um 12:41 (+0200): > 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. In XSLT 2.0 (not implemented by libxslt), there is unparsed-text() : http://www.xsltfunctions.com/xsl/fn_unparsed-text.html Michael