OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

xslt-conformance-comment message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Public Comment


Comment from: elharo@metalab.unc.edu

I believe Microsoft test case Comment_DisableOutputEscaping_XslTextInXslComment
is incorrect. The expected output is

<?xml version="1.0"?>
<root><foo>bar</foo></root>

But it should be:

<?xml version="1.0"?>
<root><!--<>&'--><foo>bar</foo></root>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]