[4suite] XPath question

Damien Morton Morton at dennisinter.com
Sun Feb 18 18:34:01 MST 2001


Ive got some data that looks like this:

<data>
	<apple size="12"/>
	<orange size="15"/>
	<pear size="16"/>
</data>

The XPath expression //@size will return this:
12
15
16

What is the XPath expression that will return this:
apple
orange
pear





More information about the 4suite mailing list