Issue 3213: JS DOM function createTextNode() does not encode the value.
http://code.google.com/p/chromium/issues/detail?id=3213
New issue report by simon.koster:
Product Version : 0.2.149.30 (2200)
URLs (if applicable) :
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
Firefox 3: OK
IE 6: OK
What steps will reproduce the problem?
1. Create XML document in Javascript.
2. Add a Node element with an textnode containing the following value:
"John Doe <[EMAIL PROTECTED]>".
3. Output the XML and see that the "<" and ">" characters are not converted
and are making the XML invalid as <[EMAIL PROTECTED]> becomes an separate XML
tag.
What is the expected result?
A text node with the value "John Doe <[EMAIL PROTECTED]>".
What happens instead?
A text node with the value "John Doe <[EMAIL PROTECTED]>", making
"<[EMAIL PROTECTED]>" a separate XML tag.
Please provide any additional information below. Attach a screenshot if
possible.
Issue attributes:
Status: Unconfirmed
Owner: [EMAIL PROTECTED]
Labels: Type-Bug Pri-2 OS-All Area-Misc
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
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/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---