Comment 4 for bug 1243023

Revision history for this message
Dan Wells (dbw2) wrote :

Another shot in the dark: There's a step in the browse extraction where & is subbed in so that oils_xpath() can complete (which then turns & back into '&'). Does this:

select oils_xpath( '//text()', '<blah>this &amp; that</blah>');

decode the &amp; for you? I'd be pretty surprised if it didn't, but hey, I have no other ideas :)