Hi Tobias,
>
> I am working with Altova StyleVision for ease of use while creating xslt
> files. (A visual designer for that is needed, at least for our customers.)
>
> Now when I try to create a new Transformer with TransformerFactorys
> method newTransformer, I receive the following error:
>
> [...]
> "Die Funktion konnte nicht gefunden werden: empty" can be translated to
> "this function could not be found: empty"
There is no empty function in XSLT/XPath 1.0.
> The xslt-block with "empty" in it is thise one:
>
> <xsl:template match="altova:inline-container-substitute"
> mode="second-step">
> <xsl:choose>
> <xsl:when test="empty(for $i in child::node() return
> index-of(('fo:block','fo:block-container','fo:list-block'),name($i)))">
This is definitly NOT XSLT 1.0. ;)
For me, it smells like if you are applying a XSLT 2.0 stylesheet to an XSLT 1.0
processor. As far as I know, Xalan can only use XSLT 1.0, not XSLT 2.0. Maybe
switch to Saxon 8?
Hope that helps,
Tom
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]