-
-
Save mlcollard/a1f9b1d15225563ddb2442415c97e85d to your computer and use it in GitHub Desktop.
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 | |
| xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
| xmlns:src="http://www.srcML.org/srcML/src" | |
| xmlns:cpp="http://www.srcML.org/srcML/cpp" | |
| version="1.0"> | |
| <!-- | |
| callgraph.xsl | |
| Generate the edges in a callgraph | |
| --> | |
| <xsl:output method="text"/> | |
| <!-- For every call in a function definition, output the digraph notation for that edge --> | |
| <!-- TODO --> | |
| <!-- Filter out all original text --> | |
| <xsl:template match="text()"/> | |
| </xsl:stylesheet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment