Skip Menu |

This queue is for tickets about the XML-XQL CPAN distribution.

Report information
The Basics
Id: 54316
Status: new
Priority: 0/
Queue: XML-XQL

People
Owner: Nobody in particular
Requestors: ansgar [...] 43-1.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [PATCH] correct spelling errors in documentation
Date: Fri, 05 Feb 2010 01:12:20 +0900
To: bug-XML-XQL [...] rt.cpan.org
From: Ansgar Burchardt <ansgar [...] 43-1.org>
Hi, lintian, one of Debian's QA tools, found several spelling errors in the documentation. Please consider applying the attached patch. Regards, Ansgar
From: Ansgar Burchardt <ansgar@43-1.org> Date: Sun, 03 Jan 2010 20:02:19 +0900 Subject: Fix spelling errors --- libxml-xql-perl.orig/lib/XML/XQL.pm +++ libxml-xql-perl/lib/XML/XQL.pm @@ -3363,8 +3363,8 @@ new XML::XQL::Date ($elem->xql_text, $elem); }); -These convertors can only be specified at a global level, not on a per query -basis. To undefine a convertor, simply pass a FUNCREF of undef. +These converters can only be specified at a global level, not on a per query +basis. To undefine a converter, simply pass a FUNCREF of undef. =item defineAttrValueConvertor (ELEM_TAG_NAME, ATTR_NAME, FUNCREF) @@ -3378,8 +3378,8 @@ FUNCREF should be a reference to a Perl function, e.g. \&my_sub, or an anonymous sub. -These convertors can only be specified at a global level, not on a per query -basis. To undefine a convertor, simply pass a FUNCREF of undef. +These converters can only be specified at a global level, not on a per query +basis. To undefine a converter, simply pass a FUNCREF of undef. =item defineTokenQ (Q)
Subject: [rt.cpan.org #54316] Updated patch
Date: Wed, 05 May 2010 19:19:40 +0900
To: bug-XML-XQL [...] rt.cpan.org
From: Ansgar Burchardt <ansgar [...] 43-1.org>
Hi, I have updated the patch to include an additional spelling error. Regards, Ansgar
From: Ansgar Burchardt <ansgar@43-1.org> Date: Wed, 05 May 2010 18:43:52 +0900 Subject: Fix spelling errors Bug: https://rt.cpan.org/Ticket/Display.html?id=54316 --- libxml-xql-perl.orig/lib/XML/XQL.pm +++ libxml-xql-perl/lib/XML/XQL.pm @@ -3161,7 +3161,7 @@ # Text, CDATASection: # - xql_data: return expanded text value # -# -xql_element could be overriden to speed up performance +# -xql_element could be overridden to speed up performance # 1; @@ -3363,8 +3363,8 @@ new XML::XQL::Date ($elem->xql_text, $elem); }); -These convertors can only be specified at a global level, not on a per query -basis. To undefine a convertor, simply pass a FUNCREF of undef. +These converters can only be specified at a global level, not on a per query +basis. To undefine a converter, simply pass a FUNCREF of undef. =item defineAttrValueConvertor (ELEM_TAG_NAME, ATTR_NAME, FUNCREF) @@ -3378,8 +3378,8 @@ FUNCREF should be a reference to a Perl function, e.g. \&my_sub, or an anonymous sub. -These convertors can only be specified at a global level, not on a per query -basis. To undefine a convertor, simply pass a FUNCREF of undef. +These converters can only be specified at a global level, not on a per query +basis. To undefine a converter, simply pass a FUNCREF of undef. =item defineTokenQ (Q) @@ -3830,7 +3830,7 @@ The resulting values are then casted to the type of the object with the highest xql_primType() value. They are as follows: Node (0), Text (1), Number (2), Boolean (3), Date (4), other data types (4 by default, but this may be -overriden by the user.) +overridden by the user.) E.g. if one value is a Text value and the other is a Number, the Text value is cast to a Number and the resulting low-level (Perl) comparison is (for $eq$):