Hi Guys,

  I need an help.  I have this XML Schema.

    <ResultHeader>
      <MemberID>12345</MemberID>
      <SearchType>quick</SearchType>
      <Result>success</Result>
      <CurrentPage>5</CurrentPage>
      <TotalPages>10</TotalPages>
    </ResultHeader>

  I just want to read CurrentPage and TotalPages element content and display
in my JSP page.  Before that i need to store this data in a String.  For
example currentPage = <CurrentPage> element content which here is 5,
likewise.

  Is there any method in Xerces where you just say :
getElementContent("<CurrentPage>") and you will get 5 as a String.

  Waiting for your earliest reply.

  With Regards,

b.karthikeyan.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to