Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
<?xml version="1.0" encoding="UTF-8" ?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envel +ope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http:// +www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <ns1:e3 xmlns:ns1="urn:foo"> <![CDATA[ <?xml version="1.0" encoding="UTF-8"?> <CdmXML version="1.1"> <header> <sche +maType> CiscoDeviceManagement</schemaType> </header> <body> <deviceList type=" +saveall" method="console"> <device> <deviceInfo deviceId="10519" deviceName="fplab-9216a" deviceI +P="172.24.111.5" terminalServerName="fplab-2511a" terminalServerIP="172.25.24.245" term +inalServerPort="2001" /> <job type="saveall" method="console" /> <result status="SAVE ALL STARTED" m +essage="" /> <additionalAttribute labTypeName="Building 13" solName="srid_tes t0801 +" userId="sridkris" genlab_cltSolId="1373" need_config="true" cityName="San Jose (US)" lls +Password="$uNeVa1e" solutionId="8254" llsIP="None" intTypeNo="900 0" configSupported="true +" llsExtDevTypeName="UNIX" scheduleId="40179" llsUserNam e="labview" extTypeName="9XXX" need_firm +ware="false" cltSolId="8414" llsCorporat eIP="171.71.176.94" /> </device> </deviceList> </body> </C +dmXML> ]]> </ns1:e3> </soapenv:Body> </soapenv:Envelope>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: "CDATA Parsing and XML"
by pg (Canon) on Mar 30, 2003 at 09:34 UTC | |
|
Re: "CDATA Parsing and XML"
by benn (Vicar) on Mar 30, 2003 at 18:13 UTC | |
by fokat (Deacon) on Mar 31, 2003 at 02:06 UTC |