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