RE: [xslt] Functions for fetching file list
- From: "Vakoc, Mark" <Mark_Vakoc jdedwards com>
- To: "'xslt gnome org'" <xslt gnome org>
- Subject: RE: [xslt] Functions for fetching file list
- Date: Wed, 18 Jul 2001 09:51:45 -0600
What you want to use is input callbacks. User defined callbacks (registered
through xmlRegisterInputCallbacks) are always called before the built-in
callbacks. In your match callback, note the filename in whatever way you
want, then return 0; libxml2 interprets this as a non-match, and will then
call the next callback(http,ftp,regular file).
I know this works well as I used it to implement the res:// protocol to
extract xml docs from win32 .dlls/.exes.
>
> On Tue, Jul 17, 2001 at 08:51:54AM +0000, Matt Sergeant wrote:
> > On 17 Jul 2001 12:21:53 +0800, crispin@iinet.net.au wrote:
> > > Hi,
> > >
> > > I need during processing an XML document with an XSLT
> sheet to gather a list of all the files that were needed in
> the process.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]