Hello,

I noticed a problem when editing XML as a value in a column in the 
web-interface, see screenshot. My guess is that the escaping of the double 
quotes in the column value is the problem.

Simple test-script:

create table xmledittest (id serial, xmltext varchar)
insert into xmledittest ( xmltext ) values (select xmlstartdoc() || 
XMLNODE('a', XMLATTR('href', 'http://h2database.com')));

clear input and run

@edit SELECT * FROM XMLEDITTEST 

Try to edit the xml.

With kind regards,

Remco Schoen

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/h2-database/-/OCjRbcwvZPUJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

<<attachment: Capture.PNG>>

Reply via email to