File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / test / c14n / with-comments / example-4.xml
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:37:59 2012 UTC (12 years, 5 months ago) by misho
Branches: libxml2, MAIN
CVS tags: v2_9_1p0, v2_9_1, v2_8_0p0, v2_8_0, v2_7_8, HEAD
libxml2

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

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