Xalan and LibXML doesn't support using functions #75
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When trying to use function like String(11) which should return 11, Xalan and LibXML try to treat fucntion lika a node.
Xalan: Can not convert #STRING to a NodeList!
LibXML: Type 'str' cannot be serialized.
ACKTUALLY (xD) both of these engines support functions, except ones that doesn't rely on given XML data, like:
XPath query such as:
will work.
Of course, this is something that still needs fixing, but situation isn't as bad as title suggests.
Xalan and LibXML doesn't support using fuctionsto Xalan and LibXML doesn't support using functions