- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
4 Posted Topics
Hi, I had a go using the posted code, and then found a simpler way. [code=python]urllib.urlretrieve(page_url,save_url )[/code] I did create a file for it since I was using it for the same issue as you had. [code=python] #SaveBinary.py import urllib def saveBinary(page_url,save_url): """saves the page to the specified path need …
We are looking at rewriting our current content management system so that it works with the most popular/easiest to use/best templating system. Our current system is to generate XML and then use XSLT to transform the XML to html, so the current templates are XSLT. The feedback we have had …
For a site that is written in XSLT and you can download both the XSLT and XML. [url]http://www.jenitennison.com/xslt/[/url] We generate all our pages out by xslt transform, unfortunately you just see the html rather than the xslt and xml. RonaldDuncan [url]http://www.uk-plc.net[/url]
Likes skiing, skiing, snowboarding, sculling and writing software. Used to ski race, then run a software house, which created an ecommerce/content management system/marketplace, that I now run. Currently evaluating python since we are looking at moving our SiteGenerator software to python. Just wrote my first python program and posted it …
The End.
RonaldDuncan