Hi, 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/text()/point()[7]/range-to(/doc/text/text()/point()[12])) ? And then assuming that this is on the right track, can I reuse a previous pointing in any way? That is, if I want to point to the string "Valley" (again, without using string-range) do I have to say: xpointer(/doc/text/bold/text()/point()[7]/range-to(/doc/text/bold/text()/point()[13])) ? (I think not, since there is no notion of variable binding in XPointer.) Thanks, JeffReceived on Tuesday, 16 January 2001 20:34:57 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:39:41 GMT