Re: [basex-talk] Inserting a two double quoted attribute

2020-07-27 Thread Christian GrĂ¼n
> With XML markup, to have an attribute value delimited by double quotes > but to also use double quotes inside the attribute value, you need to > use an entity reference or character reference in the attribute value >3.00 > to escape the double quote(s). If you have full control over the

Re: [basex-talk] Inserting a two double quoted attribute

2020-07-27 Thread Martin Honnen
Am 27.07.2020 um 12:01 schrieb Ramzi Hammouda: Hello BaseX team, I need to insert a node that has an attribute with two double quotes. An example: let $message:='3.00' With XML markup, to have an attribute value delimited by double quotes but to also use double quotes inside the attribute

[basex-talk] Inserting a two double quoted attribute

2020-07-27 Thread Ramzi Hammouda
Hello BaseX team, I need to insert a node that has an attribute with two double quotes. An example: let $message:='3.00' return insert nodes fn:parse-xml-fragment($message) as last into doc('testingdb/testing.xml') The GBP attribute is with two " so it gives the error: SAX: