summaryrefslogtreecommitdiff
path: root/issues
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2012-05-19 10:23:25 -0400
committerAdrian Thurston <thurston@complang.org>2012-05-19 10:23:25 -0400
commit825faa6f0d6b43513cca72b33e2ecf83763a2f56 (patch)
treef885f4d93e3b8c052ce7c215d33d2e7c46b6a59e /issues
parentc5db7afd3fa2e3ed29debb8339530087f274cb8e (diff)
downloadcolm-825faa6f0d6b43513cca72b33e2ecf83763a2f56.tar.gz
updated issues
Added XSL transformation that prints issues ids. Made the XML file well-formed. Added an issue that was added in redmine after the export.
Diffstat (limited to 'issues')
-rw-r--r--issues/id.xsl11
-rw-r--r--issues/issues.xml26
2 files changed, 31 insertions, 6 deletions
diff --git a/issues/id.xsl b/issues/id.xsl
new file mode 100644
index 00000000..f9a9def2
--- /dev/null
+++ b/issues/id.xsl
@@ -0,0 +1,11 @@
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:output method="text"/>
+<xsl:preserve-space elements="*"/>
+<xsl:strip-space elements=""/>
+<xsl:template match="/">
+<xsl:for-each select="issues/issue">
+ <xsl:value-of select="id"/><xsl:text>
+</xsl:text>
+</xsl:for-each>
+</xsl:template>
+</xsl:stylesheet>
diff --git a/issues/issues.xml b/issues/issues.xml
index 09af35c7..5a7f00c6 100644
--- a/issues/issues.xml
+++ b/issues/issues.xml
@@ -1,6 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<issues type="array">
<issue>
+ <id>343</id>
+ <project name="Colm" id="2"/>
+ <tracker name="Feature" id="2"/>
+ <status name="New" id="1"/>
+ <priority name="Normal" id="4"/>
+ <author name="Adrian Thurston" id="3"/>
+ <assigned_to name="Adrian Thurston" id="3"/>
+ <fixed_version name="0.5" id="32"/>
+ <subject>export the colm namespace hierarchy using C++ namespaces</subject>
+ <description>In cases where there is a type with the same name as a namespace, augment the type name with the prefix "t_".</description>
+ <start_date>2012-04-28</start_date>
+ <due_date></due_date>
+ <done_ratio>0</done_ratio>
+ <estimated_hours></estimated_hours>
+ <custom_fields>
+ </custom_fields>
+ <created_on>Sat Apr 28 13:15:56 -0700 2012</created_on>
+ <updated_on>Sat Apr 28 13:16:15 -0700 2012</updated_on>
+ </issue>
+ <issue>
<id>342</id>
<project name="Colm" id="2"/>
<tracker name="Feature" id="2"/>
@@ -519,8 +539,6 @@ print( Start )
<created_on>Sun Jul 31 10:08:31 -0700 2011</created_on>
<updated_on>Sun Jul 31 10:13:09 -0700 2011</updated_on>
</issue>
-</issues>
-<issues type="array">
<issue>
<id>308</id>
<project name="Colm" id="2"/>
@@ -1063,8 +1081,6 @@ print( Input )
<created_on>Sat Mar 20 10:52:52 -0700 2010</created_on>
<updated_on>Sat Mar 20 10:52:52 -0700 2010</updated_on>
</issue>
-</issues>
-<issues type="array">
<issue>
<id>38</id>
<project name="Colm" id="2"/>
@@ -1594,8 +1610,6 @@ Name: type ( pattern ) for sub-pattern
<created_on>Sat Mar 20 10:42:54 -0700 2010</created_on>
<updated_on>Sat Mar 20 10:42:54 -0700 2010</updated_on>
</issue>
-</issues>
-<issues type="array">
<issue>
<id>13</id>
<project name="Colm" id="2"/>