1 <?pi instruction will also be removed ?>
\r
2 <!-- some comments here, this should be removed by the xsl -->
\r
4 <define flag="debug" />
\r
7 <prop1>prop1value</prop1>
\r
11 <if defined="DEBUG">
\r
12 <component id="debug" att="#{prop1}">
\r
13 <item> some value </item>
\r
14 <item2><![CDATA[ some <&> value2 ]]></item2>
\r
17 <if not-defined="DEBUG" att="#{prop1}">
\r
18 <component id="notdebug"/>
\r
22 <component id="qa" att="#{prop1}"/>
\r
24 <if not-defined="Qa">
\r
25 <component id="notqa" att="#{prop1}"/>
\r
29 <component id="prod" att="#{prop1}"/>
\r
31 <if not-defined="Prod">
\r
32 <component id="notprod" att="#{prop1}"/>
\r
35 <component id="default" att="#{prop1}"/>
\r