> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > > I have a project where I need to do the following: > > For an XML file anywhere on the Web that conforms to a > DTD that I specify, transform that file into HTML using > a specified XSLT stylesheet. The DTD and stylesheet > reside on a Web server that I can set up as a proxy. > I've been told that Apache+Proxy+Cocoon can do this, > but I haven't confirmed this in the docs nor found > a relevant example. Please let me know if this is > possible and point me to relevant docs & RTFMs.
Once you have Cocoon samples running go to: http://localhost:8080/cocoon/news/slashdot.xml This page is generated by the sitemap snippet: <map:match pattern="news/slashdot.xml"> <map:generate src="http://slashdot.org/slashdot.xml"/> <map:transform src="stylesheets/news/slashdot.xsl"/> <map:serialize/> </map:match> Source XML is coming from Slashdot. Vadim > Thanks! > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>