Well, nevermind -- I think. Boy, don't I feel stupid.

I was creating the stylesheet this way:

ss = libxml2.stylesheet("docname.xsl");

However, this way didn't segfault:

styledoc = libxml2.parseFile("docname.xsl")
ss = libxslt.parseStylesheetDoc(styledoc)

Now I can get my website done. Thanks for writing such a great library.
--
Dan Harrison
"Software doesn't have bugs; sometimes, it just generates random features."
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to