Last active
January 12, 2017 15:51
-
-
Save Neio/f9f118e23515e44b4b17044675ce5830 to your computer and use it in GitHub Desktop.
proxy-filter1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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