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'm pretty sure the output for test case Number_NaNOrInvalidValue is incorrect. It is:

<?xml version="1.0"?>
<foo>1ab ; 
	    0.42</foo>


It should be

<?xml version="1.0"?>
<foo>NaN ; 
	    0</foo>


per section 4.4 of the XPath spec


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