r77199 - in /trunk/libxml-libxml-perl: LibXML.pod lib/XML/LibXML/Document.pod lib/XML/LibXML/InputCallback.pod lib/XML/LibXML/PI.pod lib/XML/LibXML/Parser.pod lib/XML/LibXML/RelaxNG.pod lib/XML/LibXML/Schema.pod lib/XML/LibXML/Text.pod

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Thu Jul 7 17:11:15 UTC 2011


Author: ghedo-guest
Date: Thu Jul  7 17:11:06 2011
New Revision: 77199

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77199
Log:
unapply patch

Modified:
    trunk/libxml-libxml-perl/LibXML.pod
    trunk/libxml-libxml-perl/lib/XML/LibXML/Document.pod
    trunk/libxml-libxml-perl/lib/XML/LibXML/InputCallback.pod
    trunk/libxml-libxml-perl/lib/XML/LibXML/PI.pod
    trunk/libxml-libxml-perl/lib/XML/LibXML/Parser.pod
    trunk/libxml-libxml-perl/lib/XML/LibXML/RelaxNG.pod
    trunk/libxml-libxml-perl/lib/XML/LibXML/Schema.pod
    trunk/libxml-libxml-perl/lib/XML/LibXML/Text.pod

Modified: trunk/libxml-libxml-perl/LibXML.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/LibXML.pod?rev=77199&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/LibXML.pod (original)
+++ trunk/libxml-libxml-perl/LibXML.pod Thu Jul  7 17:11:06 2011
@@ -479,7 +479,7 @@
 
   $gdomenode = XML::LibXML->export_GDOME( $node, $deep );
 
-Allows one to clone an XML::LibXML node into a XML::GDOME node.
+Allows to clone an XML::LibXML node into a XML::GDOME node.
 
 
 

Modified: trunk/libxml-libxml-perl/lib/XML/LibXML/Document.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/lib/XML/LibXML/Document.pod?rev=77199&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/lib/XML/LibXML/Document.pod (original)
+++ trunk/libxml-libxml-perl/lib/XML/LibXML/Document.pod Thu Jul  7 17:11:06 2011
@@ -180,7 +180,7 @@
 
   $doc->setEncoding($new_encoding);
 
-This method allows one to change the declaration of encoding in the XML declaration
+This method allows to change the declaration of encoding in the XML declaration
 of the document. The value also affects the encoding in which the document is
 serialized to XML by $doc->toString(). Use setEncoding() to remove the encoding
 declaration. 

Modified: trunk/libxml-libxml-perl/lib/XML/LibXML/InputCallback.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/lib/XML/LibXML/InputCallback.pod?rev=77199&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/lib/XML/LibXML/InputCallback.pod (original)
+++ trunk/libxml-libxml-perl/lib/XML/LibXML/InputCallback.pod Thu Jul  7 17:11:06 2011
@@ -73,7 +73,7 @@
 Callback groups are implemented as a stack (Array), each entry holds a
 reference to an array of the callbacks. For the libxml2 library, the
 XML::LibXML::InputCallback callback implementation appears as one single
-callback group. The Perl implementation however allows one to manage different
+callback group. The Perl implementation however allows to manage different
 callback stacks on a per libxml2-parser basis.
 
 

Modified: trunk/libxml-libxml-perl/lib/XML/LibXML/PI.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/lib/XML/LibXML/PI.pod?rev=77199&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/lib/XML/LibXML/PI.pod (original)
+++ trunk/libxml-libxml-perl/lib/XML/LibXML/PI.pod Thu Jul  7 17:11:06 2011
@@ -56,7 +56,7 @@
   $pinode->setData( $data_string );
   $pinode->setData( name=>string_value [...] );
 
-This method allows one to change the content data of a PI. Additionally to the
+This method allows to change the content data of a PI. Additionally to the
 interface specified for DOM Level2, the method provides a named parameter
 interface to set the data. This parameter list is converted into a string
 before it is appended to the PI.

Modified: trunk/libxml-libxml-perl/lib/XML/LibXML/Parser.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/lib/XML/LibXML/Parser.pod?rev=77199&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/lib/XML/LibXML/Parser.pod (original)
+++ trunk/libxml-libxml-perl/lib/XML/LibXML/Parser.pod Thu Jul  7 17:11:06 2011
@@ -222,7 +222,7 @@
 =back
 
 By default XML::LibXML does not process XInclude tags within a XML Document
-(see options section below). XML::LibXML allows one to post process a document to
+(see options section below). XML::LibXML allows to post process a document to
 expand XInclude tags.
 
 =over 4
@@ -621,7 +621,7 @@
 errors. 
 
 IMPORTANT: Due to limitations in the libxml2 library line numbers greater than
-65535 will be returned as 65535. Unfortunately, this is a long and sad story,
+65535 will be returned as 65535. Unfortunatelly, this is a long and sad story,
 please see L<<<<<< http://bugzilla.gnome.org/show_bug.cgi?id=325533 >>>>>> for more details. 
 
 

Modified: trunk/libxml-libxml-perl/lib/XML/LibXML/RelaxNG.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/lib/XML/LibXML/RelaxNG.pod?rev=77199&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/lib/XML/LibXML/RelaxNG.pod (original)
+++ trunk/libxml-libxml-perl/lib/XML/LibXML/RelaxNG.pod Thu Jul  7 17:11:06 2011
@@ -36,11 +36,11 @@
 a validation schema. It is important, that each schema only have a single
 source.
 
-The location parameter allows one to parse a schema from the filesystem or a URL.
+The location parameter allows to parse a schema from the filesystem or a URL.
 
 The string parameter will parse the schema from the given XML string.
 
-The DOM parameter allows one to parse the schema from a pre-parsed L<<<<<< XML::LibXML::Document >>>>>>.
+The DOM parameter allows to parse the schema from a pre-parsed L<<<<<< XML::LibXML::Document >>>>>>.
 
 Note that the constructor will die() if the schema does not meed the
 constraints of the RelaxNG specification.
@@ -50,7 +50,7 @@
 
   eval { $rngschema->validate( $doc ); };
 
-This function allows one to validate a (parsed) document against the given RelaxNG
+This function allows to validate a (parsed) document against the given RelaxNG
 schema. The argument of this function should be a XML::LibXML::Document object.
 If this function succeeds, it will return 0, otherwise it will die() and report
 the errors found. Because of this validate() should be always evaluated.

Modified: trunk/libxml-libxml-perl/lib/XML/LibXML/Schema.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/lib/XML/LibXML/Schema.pod?rev=77199&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/lib/XML/LibXML/Schema.pod (original)
+++ trunk/libxml-libxml-perl/lib/XML/LibXML/Schema.pod Thu Jul  7 17:11:06 2011
@@ -35,7 +35,7 @@
 a validation schema. It is important, that each schema only have a single
 source.
 
-The location parameter allows one to parse a schema from the filesystem or a URL.
+The location parameter allows to parse a schema from the filesystem or a URL.
 
 The string parameter will parse the schema from the given XML string.
 
@@ -47,7 +47,7 @@
 
   eval { $xmlschema->validate( $doc ); };
 
-This function allows one to validate a (parsed) document against the given XML
+This function allows to validate a (parsed) document against the given XML
 Schema. The argument of this function should be a L<<<<<< XML::LibXML::Document >>>>>> object. If this function succeeds, it will return 0, otherwise it will die()
 and report the errors found. Because of this validate() should be always
 evaluated.

Modified: trunk/libxml-libxml-perl/lib/XML/LibXML/Text.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/lib/XML/LibXML/Text.pod?rev=77199&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/lib/XML/LibXML/Text.pod (original)
+++ trunk/libxml-libxml-perl/lib/XML/LibXML/Text.pod Thu Jul  7 17:11:06 2011
@@ -136,14 +136,14 @@
 
 The more programmer friendly version of replaceData() :)
 
-Instead of giving offsets and length one can specify the exact string (I<<<<<< $oldstring >>>>>>) to be replaced. Additionally the I<<<<<< $all >>>>>> flag allows one to replace all occurrences of I<<<<<< $oldstring >>>>>>.
+Instead of giving offsets and length one can specify the exact string (I<<<<<< $oldstring >>>>>>) to be replaced. Additionally the I<<<<<< $all >>>>>> flag allows to replace all occurrences of I<<<<<< $oldstring >>>>>>.
 
 
 =item replaceDataRegEx( $search_cond, $replace_cond, $reflags )
 
   $text->replaceDataRegEx( $search_cond, $replace_cond, $reflags );
 
-This method replaces the node's data by a C<<<<<< simple >>>>>> regular expression. Optional, this function allows one to pass some flags that will
+This method replaces the node's data by a C<<<<<< simple >>>>>> regular expression. Optional, this function allows to pass some flags that will
 be added as flag to the replace statement.
 
 I<<<<<< NOTE: >>>>>> This is a shortcut for




More information about the Pkg-perl-cvs-commits mailing list