[XML-SIG] 4XSLT Performance Problems with Large Files

Thomas B. Passin tpassin@home.com
Sat, 15 Sep 2001 19:22:34 -0400


[Brian Quinlan]

> Here are some same usages:
> 
> string = Pyana.transformToString(xmlString, xslString)
> Pyana.transformToFile(xmlString, xslString, file=r'c:\...')
> Pyana.transformToFile( Pyana.URI('file:///...'), 
> Pyana.URI('file:///...'), 
> file= r'c:\...')
> 
> Let me know if you need any other help.
> 
Thank you, Brian

Tom