DBAsupport.com Forums - Powered by vBulletin
Results 1 to 1 of 1

Thread: XML Comparision - Urgent

  1. #1
    Join Date
    Mar 2004
    Location
    India - Chennai
    Posts
    4

    Exclamation XML Comparision - Urgent

    Hi,

    Could anyone tell me how to compare two xml fragments in oracle 9i (in side a PLSQL block)?

    For example,
    if I have
    XML1
    ====
    HTML Code:
    <Text>
       <Element1 attrib1="XX">
       </Element1>
    </Text>
    XML2
    ====
    HTML Code:
    <Text attrib1="">
        <Element1 attrib1="YY">
        </Element1>
    </Text>
    How to do a comparison between XML1 and XML2 in Oracle 9i?

    Is there any predefined object to do this?

    Please help me.

    Thanks
    Arun
    Last edited by arunprabhu_k; 04-20-2006 at 08:56 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width