blob: 1c5640953edd980b0695c61f431d88dd18fe9446 [file] [log] [blame]
(: Name: Literals068 :)
(: 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."' }