Skip to content

Instantly share code, notes, and snippets.

@marktiderman
Forked from spdustin/0-Welcome.md
Created December 10, 2012 16:22
Show Gist options
  • Save marktiderman/4251610 to your computer and use it in GitHub Desktop.
Save marktiderman/4251610 to your computer and use it in GitHub Desktop.
Web Snippets
<cars>
<car make="Ford" model="Pinto" explosiveTendencies="true"/>
<car make="Toyota" model="Prius"/>
</cars>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
</xsl:template>
</xsl:stylesheet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment