User Profile

Collapse

Profile Sidebar

Collapse
arunsh
arunsh
Last Activity: Mar 2 '07, 11:56 AM
Joined: Feb 1 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • arunsh
    replied to Create node identified by Xpath
    in XML
    Programming language i want it in Java....
    See more | Go to post

    Leave a comment:


  • arunsh
    started a topic Create node identified by Xpath
    in XML

    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...
    See more | Go to post

  • arunsh
    started a topic equivalent of getChildNodes() in xsl stylesheet
    in XML

    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...
    See more | Go to post

  • arunsh
    started a topic handling nested tags
    in XML

    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>
    ...
    See more | Go to post
No activity results to display
Show More
Working...