File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / test / c14n / 1-1-without-comments / example-4.xml
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:37:59 2012 UTC (12 years, 5 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

<!DOCTYPE doc [<!ATTLIST normId id ID #IMPLIED>]>
<doc>
   <text>First line&#x0d;&#10;Second line</text>
   <value>&#x32;</value>
   <compute><![CDATA[value>"0" && value<"10" ?"valid":"error"]]></compute>
   <compute expr='value>"0" &amp;&amp; value&lt;"10" ?"valid":"error"'>valid</compute>
   <norm attr=' &apos;   &#x20;&#13;&#xa;&#9;   &apos; '/>
   <normId id=' &apos;   &#x20;&#13;&#xa;&#9;   &apos; '/>
</doc>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>