Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~3K People Reached
Favorite Tags
Member Avatar for vegaseat

This Python code shows a way to retrieve a picture from a web page and save it to a file.

Member Avatar for RonaldDuncan
0
2K
Member Avatar for RonaldDuncan

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 …

Member Avatar for RonaldDuncan
0
81
Member Avatar for nurdglaw

Hi, I'm trying to delelop a stylesheet to add some tags to the top and bottom of HTML head and body nodes. So, I've started off with a stylesheet that looks like [code] <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:template match="/"> <xsl:apply-templates select="html"/> </xsl:template> <xsl:template match="html"> <xsl:comment> <xsl:value-of select="' Entered …

Member Avatar for RonaldDuncan
0
82
Member Avatar for RonaldDuncan

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 …

0
28