xsl:variable does not return a node-set in XSLT 2.0?
- by Henry
Hi all,
I'm trying to get a node-set from a xsl variable for calculating. But my code only work with Opera, with other browsers, I keep getting the error.
Please help me fix to run with all browser. Thanks in advance.
Here are the xslt code:
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="2.0"…