[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
XPointer syntax
- From: Jeff Lansing <jeff@polexis.com>
- To: xml-dev@lists.xml.org
- Date: Tue, 16 Jan 2001 15:22:40 -0800
Hi,
Ignoring the XPointer legal problems (and assuming that this
is the correct forum for this question), how do I
point to the string "Valley Center" in the following xml?
<doc>
<text>New <bold>River Valley</bold> Center Shops<text>
<doc>
How do I do it without the string-range function, I mean? Is it:
xpointer(/doc/text/bold/point()[7]/range-to(/doc/text/point()[12])) ?
Thanks,
Jeff