[fpc-pascal] Proposal for a XPath Namespace Resolver
Daniel Gaspary
dgaspary at gmail.com
Sat Oct 5 22:58:38 CEST 2013
On Sat, Oct 5, 2013 at 5:59 PM, Benito van der Zander
<benito at benibela.de> wrote:
> Alternatively, just use the XPath implementation of my Internet Tools
> (http://www.benibela.de/sources_en.html#internettools).
>
> Works perfectly there.
>
> E.g. process('<root> <u1:e1 xmlns:u1="URI-1" u1:AnAttribute="AttValue"/>
> <u2:e2 xmlns:u2="URI-2"/> </root>', '//@u1:AnAttribute' ).toString
> returns 'AttValue'
It's not an option at moment. But could be useful to test and compare results.
Thank you.
More information about the fpc-pascal
mailing list