python and xslt problems

Brian Quinlan brian at sweetapp.com
Fri Dec 27 16:04:01 EST 2002


Brad Clements wrote:
> Does Xalan allow reading from and writing to strings now, instead of
> just files?

Pyana supports reading from strings, URIs (including files) and any
object that implements a read method. Output can be in the form of a
string, a file or sent to any object with a write method.
 
> Nevermind, just looked at the examples and it looks like I can do
anything
> I want.. great!

Cool.

Cheers,
Brian





More information about the Python-list mailing list