Re: Rendering XML using XSLT

2014-09-27 Thread Timothy W. Cook
On Sat, Sep 27, 2014 at 9:02 AM, John wrote: > Do you have a URL conf that matches the /get_xsd/ccd-description.xsl > stylesheet? You > have to match and serve that as well. > > Taking a step back though. It looks like you are serving stati

Re: Rendering XML using XSLT

2014-09-27 Thread John
Do you have a URL conf that matches the /get_xsd/ccd-description.xsl stylesheet? You have to match and serve that as well. Taking a step back though. It looks like you are serving static files that would be best served from a webserver, perhaps

Re: Rendering XML using XSLT

2014-09-27 Thread Timothy W. Cook
Some details I forgot are that this is Django 1.6.4, Python 3.4.1. The 404 error is on http://192.168.1.9:8080/get_xsd/ccd-description.xsl On Sat, Sep 27, 2014 at 8:10 AM, Timothy W. Cook wrote: > I have a view that opens an XML file (it happens to be a schema but that > doesn't matter) that spe