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:
arseny.kapoulkine 2011-07-19 15:21:31 +00:00
parent 39e6b2701d
commit 0b40577f14

View file

@ -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]