Tests for interactive selection input
[alexxy/gromacs.git] / src / gromacs / selection / tests / refdata / referencedata.xsl
index d26d2e2b18ff1d13c151e92af80d45a3e50887e4..57048feab7ecfbd598cf2b7aa52d163c550c5929 100644 (file)
 
 <xsl:key name="SelectionName" match="ParsedSelections/ParsedSelection" use="@Name"/>
 
+<xsl:template match="InteractiveSession">
+    <h2>Interactive Session</h2>
+    <xsl:apply-imports />
+</xsl:template>
+
 <xsl:template match="ParsedSelections">
     <h2>Parsed Selections</h2>
     <table border="1">