Re: [xslt] XSLT and Safari



On Wed, Aug 11, 2004 at 12:01:11PM -0700, Dave Hyatt wrote:
> At the moment I use RegisterInputCallbacks to just stop libxml from 
> doing all I/O.  I implemented a match function that always returns 1 
> and an open function that always returns NULL.  Is that sufficient to 
> stop all of libxslt's I/O?  So what are all the possible ways libxslt 
> can read a document?  I need to know how to catch these so I can parse 
> the docs myself, and you can assume I'll need API callbacks for all of 
> these...

  That should be sufficient to catch all I/O initiated by the library
as a result of calling some of its API. Of course if you hand a 
file descriptor to the parser, well it will then do I/O on it without
calling that function, but that should be expected.

Daniel

-- 
Daniel Veillard      | Red Hat Desktop team http://redhat.com/
veillard redhat com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]