XML Database (MOSC)

MOSC Banner

Parsing an xml file

edited Feb 14, 2011 7:38PM in XML Database (MOSC) 7 commentsAnswered
Hello,
I've a xml-file that I need to be parsed (oracle 10g), but the only thing I manage is to get the measType and the value of the r-tag.
And only for the first appearance of the measType.
How can I retrieve the value inside the tag measvalue and the values of the other meastype's ?
Has anyone a suggestion . Thanks.

This is my xml-file
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="MeasDataCollection.xsl"?>
<measCollecFile>
       <measData>
              <measInfo>
                     <measType p="1">VS.BGCFRedirectSIPReqSent</measType>
                     <measType p="2">VS.BGCFDirectoryAsstBlocked</measType>
                     <measType p="3">VS.BGCFUEOrigSIPReqRec</measType>
                     <measType p="4">VS.BGCFUEOrigProxSIPReqSent</measType>
                     <measType p="5">VS.BGCFSucc2xxSIPReqRespRec</measType>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center