- From: Allen, Michael B (RSCH) <Michael_B_Allen@ml.com>
- Date: Wed, 22 Jan 2003 20:03:45 -0500
- To: "'www-dom-ts@w3.org'" <www-dom-ts@w3.org>
Is Xalan-J really was folks are using right now? I checked out the latest everything and it's just not building. I ran into an error building the DTD where $exceptions was in scope but Xalan-J apprently didn't know about it yet because it threw a NullPointerException. Strangely adding a value-of to the dom-to-dtd.xsl provoked it to get over that hump. 90 <xsl:variable name="exceptions" select="//exception[@id]"/> 91 <xsl:if test="$exceptions"> 92 <xsl:value-of select="count($exceptions)"/> 93 <xsl:text>| assert</xsl:text> 94 <xsl:value-of select="$exceptions[1]/@name"/> 95 <xsl:for-each select="$exceptions[position() > 1]"> But still I'm gettin the old: [style] Transforming into /home/miallen/p/c/domts/2001/DOM-Test-Suite/build/java/org/w3c/domts/level1/core [style] file:////home/miallen/p/c/domts/2001/DOM-Test-Suite/transforms/test-to-java.xsl; Line #500; Column #68; Can not load requested doc: hc_characterdatadeletedatabegining.xml [style] file:////home/miallen/p/c/domts/2001/DOM-Test-Suite/transforms/test-to-java.xsl; Line #500; Column #68; Can not load requested doc: hc_characterdatadeletedataend.xml after 200 or so tests. I only need to create the Java tests once for comparison to my C tests (for DOMC) but this non-deterministic XLST processing must drive you guys up a wall. Has anyone nailed this process down yet? How do you pass Java options to ant so that I can try the ol' -Xmx512m? Mike PS: Hi
Received on Wednesday, 22 January 2003 20:03:58 UTC