User Profile
Collapse
-
Programming language i want it in Java.... -
Create node identified by Xpath
Hi
I want to know if there is a method where given an xpath expression, i need to append a text to that node.
For eg:
<Books>
<Book>
<Name/>
</Book>
</Books>
If i give ("/Books/Book/Name", "XML Bible") - first argument xpath, second argument the text to be put in that node.
Is there any method which will do the way i want... -
equivalent of getChildNodes() in xsl stylesheet
Hi
I want an equivalent of what the getChildNodes() method does in xsl style sheet.
(Note that the getChildNodes() method returns an array of nodes u nder the current node; )
My xml is dynamically generated, so cannot use XPath expression.All I know is the current Node say for eg <Books> .
Under <Books> tags there are some more nested tags which I dont know.
Is... -
handling nested tags
Hi
I have problem fetching valuesof nested tags in xmlusing xsl stylesheet.
For eg.The xml Looks like this
<InputFields>
<AcctReq>
<CardNbrCnt length="3">001</CardNbrCnt>
<Acct>
<ReqCd length="3">001</ReqCd>
<TransSourceT xt length="3">EXP</TransSourceTxt>
</Acct>
...
No activity results to display
Show More
Leave a comment: