docs: Removed seek/tell restriction for stream loading
git-svn-id: http://pugixml.googlecode.com/svn/trunk@811 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
39e6b2701d
commit
0b40577f14
1 changed files with 0 additions and 2 deletions
|
@ -577,8 +577,6 @@ This is a simple example of loading XML document from file using streams ([@samp
|
|||
[import samples/load_stream.cpp]
|
||||
[code_load_stream]
|
||||
|
||||
Stream loading requires working seek/tell functions and therefore may fail when used with some stream implementations like gzstream.
|
||||
|
||||
[endsect] [/stream]
|
||||
|
||||
[section:errors Handling parsing errors]
|
||||
|
|
Loading…
Add table
Reference in a new issue