On Jan 17, 2006, at 5:40 PM, Titus Brown wrote:
> How do you escape "'"?
>
> e.g.
>
>
>
> where value="contains'quotes\"of all kinds"?
That could (should?) be done using html character entities, e.g.
value="contains'quotes"of all kinds"
This assumes however a target xml vocabulary that knows about these
character entities... but isn't this done for you automatically by
htmltext in quixote, or by h8 in qpy?
mario