Re: [xslt] XSLT and Safari



Although the lame part about this approach would be that there would be a double-parse (since I'd have to parse to scan for the imports/includes), so I would rather avoid that. :)

dave

On Aug 16, 2004, at 5:13 PM, Dave Hyatt wrote:

Note that another option (if it would simplify things) is for me to just hand you a buffer+encoding instead of an xmlDocPtr. Then you could parse that buffer+encoding with the appropriate dict and parse options. The issue isn't so much that I have to *parse* the documents myself... rather I just have to load the documents myself. I could leave the parsing up to libxslt if that would be simpler.

dave

On Aug 16, 2004, at 4:45 PM, Dave Hyatt wrote:

Our loading model is asynchronous, so what I wanted to do was simply get everything loaded myself up front so that when libxslt asked for stylesheets I could synchronously hand them back without having to do I/O.

_______________________________________________ xslt mailing list, project page http://xmlsoft.org/XSLT/ xslt gnome org http://mail.gnome.org/mailman/listinfo/xslt



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