RE: Errors in Elements Within Text and Target Pointer?

Hi Karl, all,

> But why we not even replace parameters in the output of the Pointer?
> I would agree that the pointer is the information here and maybe it 
> should be processed this far, that parameters are replaced and its 
> ready to process for the corresponding element. Only my two cents.

So we would get:

targetPointer="../h:p[@class='targetfolder']"

instead of:

targetPointer="../h:p[@class=$targetFolder]"

If we replace the parameters in the XPath expression I assume we'll have to quote the result because it's a string.
So we have to use " if there is a literal ' in the string, and ' if there is a literal " in the string.
But what do we do when we have both ' and " in the string?

cheers,
-yves

Received on Wednesday, 8 May 2013 03:58:01 UTC