bugDotGNU Portable.NET - Bugs: bug #12385, XmlTextReader.Skip() does not...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #12385: XmlTextReader.Skip() does not advance to the next node

Submitter:  Marcus Urban <mathpup>
Submitted:  Sun 20 Mar 2005 08:02:05 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed

Tue 22 Mar 2005 07:09:18 PM UTC, comment #2: 

fix committed to cvs (03/22/2005 Klaus)

Klaus Treichel <ktreichel>
Group administrator
Mon 21 Mar 2005 08:17:13 PM UTC, comment #1: 

I have attached a patch that returns the expected result. I'm not sure if is returns the correct result in every case so please check this.

Klaus Treichel <ktreichel>
Group administrator
Sun 20 Mar 2005 08:02:05 AM UTC, original submission:  

The Skip() method of XmlTextReader should advance to the next node, but it appears to remain at the current node instead.

The output for the attached test case with ilrun is

Attribute fruit = apple
root


On the other hand, MS produces

Attribute fruit = apple
e2


Marcus Urban <mathpup>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #2772:  kt-050321.patch added by ktreichel (2KiB - text/x-patch)
file #2754:  skip.cs added by mathpup (442B - text/x-csharp)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-03-22 ktreichel StatusNone Fixed
    Open/ClosedOpen Closed
2005-03-21 ktreichel Attached File- Added kt-050321.patch, #2338
2005-03-20 mathpup Attached File- Added skip.cs, #2331

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code