Re: [XML-SIG] ALERT: Virus Removed

2007-03-22 Thread St. Anthony Messenger Press
Dear Visitor, This is an automatic reply to thank you for sending a message to AmericanCatholic.org. We appreciate your comments. A staff member reads each one to determine how it should be processed. For queries to St. Anthony Messenger magazine, under normal circumstances you can expect a re

[XML-SIG] Resume of Steve Snow : Database SQL Applications Programmer

2007-03-22 Thread stevesnow
Here is my full resume: http://www.sworde.com/resume2.doc Please forward this work experience & skills summary to your Database & software development, MIS/IT/Software Department for review. -- Resume of Steve Snow -

Re: [XML-SIG] python and xslt

2007-03-22 Thread Chuck Bearden
On 3/6/07, Dieter Maurer <[EMAIL PROTECTED]> wrote: > Ken Sayers wrote at 2007-2-24 12:52 -0500: > >I have looked around for support in Python for XSLT. I see there is the > >4Suite.org package. Are there others? I would really like to use XSLT 2.0. > > I would look at "libxml2/libxslt" and thei

Re: [XML-SIG] Writing XML files with ElementTree

2007-03-22 Thread Kent Tenney
Fredrik Lundh pythonware.com> writes: > > Kent Tenney wrote: > > > write() says > > > >elif encoding != "utf-8" and encoding != "us-ascii": > >file.write("\n" % encoding) > > > > How do I get the declaration written if I want > > encoding to be utf-8 ? > > since it's usually not ne