Hi Experts,
Here is the XML I'm trying to parse using OpenXML:
<?xml version="1.0"?>
<!--Product="LIC-WLS81-CLS
-128", Release="8.1", BEA_License_ID="2427889", License_Creation_Date="10/
24/06 17:30:35 PDT" -->
<!--Product="LIC-WLS81-CLS
-128", Release="8.1", BEA_License_ID="2427890", License_Creation_Date="10/
24/06 17:30:36 PDT" -->
<bea-licenses>
<license-group format="1.0" product="WebLogic Platform" release="8.1">
<license
component="WebLogic"
cpus="16"
expiration="never"
ip="169.81.8.96"
licensee="Chase Manhattan Bank"
serial="454493271161-21502
26844261"
signature="MCwCFCTSoObtmyT
+EEOJM9W/O
r8Kns89AhQ
EtTSOvnDkD
+kfc0funPk
Fls/M2A=="
type="RTK"
units="unlimited"
/>
<license
component="Servlet Session"
cpus="16"
expiration="never"
ip="169.81.8.96"
licensee="Chase Manhattan Bank"
serial="454493271161-21502
26844261"
sessions="unlimited"
signature="MCwCFCTSoObtmyT
+EEOJM9W/O
r8Kns89AhR
jhjoF2OJm+
kICNSWtXG8
QpkOWeA=="
type="RTK"
units="unlimited"
/>
<license
component="SSL/Export"
cpus="16"
expiration="never"
ip="169.81.8.96"
454493271161-2150226844261
"
signature="MC0CFA666qXXaWb
AcMKhYN3Dt
UcZ+A6kAhU
AjCQ6ab2W0
QYs0XfdYrf
5uEm450A="
type="RTK"
units="unlimited"
/>
<license
component="WebLogic"
cpus="16"
expiration="never"
ip="169.81.8.104"
licensee="Chase Manhattan Bank"
serial="454493271161-21502
26820670"
signature="MCwCFG0tH7bgrG2
0s6sT2jYO/
UMUAewrAhR
y1Sb56cZ7/
pCrJqaBDYh
+Fc5CNw=="
type="RTK"
units="unlimited"
/>
<license
component="Servlet Session"
cpus="16"
expiration="never"
ip="169.81.8.104"
licensee="Chase Manhattan Bank"
serial="454493271161-21502
26820670"
sessions="unlimited"
signature="MCwCFG0tH7bgrG2
0s6sT2jYO/
UMUAewrAhQ
Gye7rOyJHG
phruiTjFRu
nPP8esw=="
type="RTK"
units="unlimited"
/>
<license
component="SSL/Export"
cpus="16"
expiration="never"
ip="169.81.8.104"
licensee="Chase Manhattan Bank"
serial="454493271161-21502
26820670"
signature="MC0CFQDhnFKGESW
Vaj6XeHjx3
2Ef3YmougI
UNznX3Hdd4
wh0ZzfU1Si
mFIeiWBI="
type="RTK"
units="unlimited"
/>
<license
component="SSL/Domesti ata for WebLogic" release="8.1">
<license
component="Liquid Data Runtime"
cpus="1"
expiration="never"
ip="any"
licensee="WebLogic Platform developer"
serial="616351266349-14960
89332810"
signature="MC0CFAVbswIoWQD
7pg9Wf1cU/
CAoaAoYAhU
Am43Xi6E6B
ybER6gveud
jOpXkFRE="
type="SDK"
units="5"
/>
</license-group>
</bea-licenses>
I can get to elements in /bea-licenses/license-grou
p or /bea-license, but I'm trying to get to the data in <!--Product="LIC-WLS81-CLS
-128", Release="8.1", BEA_License_ID="2427889", License_Creation_Date="10/
24/06 17:30:35 PDT" -->
and
<!--Product="LIC-WLS81-CLS
-128", Release="8.1", BEA_License_ID="2427890", License_Creation_Date="10/
24/06 17:30:36 PDT" -->
How do I do this???
Super urgent! Thank you!
rss2
Start Free Trial