Hi All,
I am using XML Spy on PC and I have a manipulation issue. I have a requirement to output more than I currently get from the xpath query below:
//illustration/image[@src=""]
from this XML:
<illustration id="CHOWIN104STYPRO_002">
<image src=""/>
<caption>
<head>Stainless steel for a light touch</head>
<p>Like many light, crisp whites, wines that are aromatic and juicy are vinified at low temperatures to bring out their fruitiness, usually in stainless steel vats to maintain the wine’s freshness.</p>
</caption>
</illustration>
the result will be:
<image src=""/>
What I want is to get:
<illustration id="CHOWIN104STYPRO_002"><image src=""/>
What is the xpath query that will give me this result, or am I hamstrung with XML Spy functionality?
Cheers
Jimbo
I am using XML Spy on PC and I have a manipulation issue. I have a requirement to output more than I currently get from the xpath query below:
//illustration/image[@src=""]
from this XML:
<illustration id="CHOWIN104STYPRO_002">
<image src=""/>
<caption>
<head>Stainless steel for a light touch</head>
<p>Like many light, crisp whites, wines that are aromatic and juicy are vinified at low temperatures to bring out their fruitiness, usually in stainless steel vats to maintain the wine’s freshness.</p>
</caption>
</illustration>
the result will be:
<image src=""/>
What I want is to get:
<illustration id="CHOWIN104STYPRO_002"><image src=""/>
What is the xpath query that will give me this result, or am I hamstrung with XML Spy functionality?
Cheers
Jimbo