[xml] LRE stylesheets in libxslt



Hi

Is it possible to use LRE stylesheets in libxslt? xsltproc at least
complained about 
xsltParseStylesheetProcess : document is not a stylesheet

with the following test-files

xsl:
<?xml version="1.0"?>
<html xmlns="http://www.w3.org/1999/xhtml";
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
  This <b><xsl:value-of select="/doc"/></b> works!!
</html>

xml:
<?xml version="1.0"?>
<doc>for real</doc>

It would be great, if this could be supported, since this would make
life easier to work together with not-so-literate-in-xslt people :)

Sablotron and Mozilla do support it, but I'm not sure how much of a
standard the whole stuff is.

christian




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