Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
difference between xsltc and xalan with nodeset?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Elhanan, post: 1549116"] hi.. when doing this with jaxp's xsltc : <xsl:element name="Mine"> <xsl:variable name="test_prop" select="document($map_doc)//Proposals"/> <xsl:value-of select="$test_prop/Proposal[@Id='1']/@Id"/> </xsl:element> i get <Mine/> as if it didn't find any elements; however when doing it with java's 1.4.2 xalan, i get the attribute.. what's going on. i think i'm forced to use xsltc becouse if i use anything else that doesn't come with jaxp my code which handle DOM would (like when not finding xpath default factory). [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
difference between xsltc and xalan with nodeset?
Top