blob: 62f9aec6c0ec76cbcd9da7f655bfdf199456fba7 [file] [log] [blame]
(: Name: Literals069 :)
(: Description: Test the escaping of the ' (apostrophe) and " (quotation) characters as part of an XML text node constructor :)
(: insert-start :)
declare variable $input-context external;
(: insert-end :)
text{ "He said, ""I don't like it.""" }