Connecting Tech Pros Worldwide Help | Site Map

Re: XPath: Problem with inline elements

  #1  
Old October 6th, 2008, 05:15 PM
Richard Tobin
Guest
 
Posts: n/a
In article <eb4e5dda-302b-44cd-ba4e-ef09239d6a02@e2g2000hsh.googlegroups.com>,
Rainer <wolf.rainer@gmail.comwrote:
Quote:
><li>Before the inline element <em>Inside the inline element</emafter
>the inline element</li>
Quote:
>However, I need an XPath expression that returns the second list
>element in three "portions":
>- "Before the inline element "
>- "Inside the inline element"
>- " after the inline element"
This will return the text descendants of the <lielements:

/foo/ul/li//text()

-- Richard
--
Please remember to mention me / in tapes you leave behind.
  #2  
Old October 6th, 2008, 08:25 PM
Rainer
Guest
 
Posts: n/a

re: Re: XPath: Problem with inline elements


Hello Richard,

Thank you very much, that seems to work!

Kind regards,

Rainer
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
AJAX Help - responseXML always NULL KDawg44 answers 6 August 3rd, 2008 04:15 PM