Re: select nodes with xpath, having by specific attribute named 'class' the 'subvalue part' set
Marek Mänd <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Message-ID | <[email protected]> |
Marek Mänd wrote: > I have a small refining question: > why do I have to use > normalize-space(@class) = "className" > too? > Why isnt the > starts-with(normalize-space(@class), "className") > sufficient for both cases? END OF THREAD. i understood now looking more carefully why, just was yesterday very tired and too eager to ask. Thanks for the answer, i will put heavy use on that code.