adding delimiter to call to tokenize()
authorJonathan Blake <jonathan.blake@projectaon.org>
Tue, 13 Nov 2012 22:48:02 +0000 (22:48 +0000)
committerJonathan Blake <jonathan.blake@projectaon.org>
Tue, 13 Nov 2012 22:48:02 +0000 (22:48 +0000)
git-svn-id: https://projectaon.org/data/trunk@2168 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11

common/xsl/dot.xsl

index 6e612ab..6abd139 100644 (file)
@@ -123,7 +123,7 @@ TODO:
     <xsl:value-of select="$newline"/>
    </xsl:if>
    <xsl:if test="@idrefs">
-    <xsl:for-each select="tokenize(normalize-space(@idrefs))"/>
+    <xsl:for-each select="tokenize(normalize-space(@idrefs), '\s')"/>
      <xsl:value-of select="$indent"/>
      <xsl:value-of select="$section"/>
      <xsl:text> -&gt; </xsl:text>