Skip to content

Instantly share code, notes, and snippets.

@Neio
Last active January 12, 2017 15:51
Show Gist options
  • Save Neio/f9f118e23515e44b4b17044675ce5830 to your computer and use it in GitHub Desktop.
Save Neio/f9f118e23515e44b4b17044675ce5830 to your computer and use it in GitHub Desktop.
proxy-filter1
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="text" indent="no"/>
<xsl:template match="/">[<xsl:for-each select="//div[@class='table-container']/table[@class='sortable']/tbody/tr">"<xsl:value-of select="normalize-space(td[1])"/>:<xsl:value-of select="normalize-space(td[2])"/>",</xsl:for-each>""]</xsl:template>
</xsl:stylesheet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment