Last active
July 7, 2017 21:53
-
-
Save stefanjenkner/5025341 to your computer and use it in GitHub Desktop.
Export Dropbox members of shared folders
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
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | |
<!-- | |
Export Dropbox members of shared folders. | |
Input: DOM or content of Dropbox's Shared-Folder preferences popup. | |
Output: List of members with mail address... | |
"Member Name <[email protected]>", | |
"Another Member <[email protected]>", | |
--> | |
<xsl:template match="div[@class='member-container']/div/div"> | |
<xsl:value-of select="concat('"', div[1]/text(), ' <' ,@title, '>", ')" disable-output-escaping="yes" /> | |
</xsl:template> | |
</xsl:stylesheet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i am a dummy with computers, what will you charge for actually doing that for me?
Manny
[email protected]