Python - CGI - XML - XSD

Diez B. Roggisch deets at nospam.web.de
Wed Mar 12 07:32:48 EDT 2008


xkenneth wrote:

> Hi All,
> 
>    Quick question. I've got an XML schema file (XSD) that I've
> written, that works fine when my data is present as an XML file.
> (Served out by apache2.) Now when I call python as a cgi script, and
> tell it print out all of the same XML, also served up by apache2, the
> XSD is not applied. Does this have to do with which content type i
> defined when printing the xml to stdout?

Who's applying the stylesheet? The browser, some application like XmlSpy or
what?

Diez



More information about the Python-list mailing list