tng 2003/02/06 09:24:30
Modified: c/doc program-dom.xml
Log:
duplicate doc anchor
Revision Changes Path
1.31 +4 -4 xml-xerces/c/doc/program-dom.xml
Index: program-dom.xml
===================================================================
RCS file: /home/cvs/xml-xerces/c/doc/program-dom.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- program-dom.xml 5 Feb 2003 18:56:00 -0000 1.30
+++ program-dom.xml 6 Feb 2003 17:24:29 -0000 1.31
@@ -1129,7 +1129,7 @@
</table>
<p/>
- <anchor name="CalculateSrcOffset"/>
+ <anchor name="builder-CalculateSrcOffset"/>
<table>
<tr><th
colspan="2"><em>http://apache.org/xml/features/calculate-src-ofs</em></th></tr>
<tr><th><em>true:</em></th><td> Enable src offset calculation.
</td></tr>
@@ -1333,7 +1333,7 @@
<Test attr=" > ' &lt; &gt; &amp; &quot; &apos; "></Test>
<Test attr=' > " &lt; &gt; &amp; &quot; &apos; '></Test>
<Test> > " ' &lt; &gt; &amp; &quot; &apos; </Test>
-<Test><![CDATA[< > & " ' &lt; &gt; &amp; &quot;
&apos; ]]></Test>
+<Test><![CDATA[< > & " ' &lt; &gt; &amp; &quot;
&apos; ] ]></Test>
</root>
</source>
<p>According to XML 1.0 spec, 4.4 XML Processor Treatment of Entities
and References, the parser
@@ -1343,7 +1343,7 @@
<Test attr=" > ' < > & " ' "></Test>
<Test attr=' > " < > & " ' '></Test>
<Test> > " ' < > & " ' </Test>
-<Test><![CDATA[< > & " ' &lt; &gt; &amp; &quot;
&apos; ]]></Test>
+<Test><![CDATA[< > & " ' &lt; &gt; &amp; &quot;
&apos; ] ]></Test>
</root>
</source>
@@ -1365,7 +1365,7 @@
<Test attr=" > ' &lt; > &amp; &quot; ' "/>
<Test attr=" > &quot; &lt; > &amp; &quot; ' "/>
<Test> > " ' &lt; > &amp; " ' </Test>
-<Test><![CDATA[< > & " ' &lt; &gt; &amp; &quot;
&apos; ]]></Test>
+<Test><![CDATA[< > & " ' &lt; &gt; &amp; &quot;
&apos; ] ]></Test>
</root>
</source>
<p>To summarize, here is the table that summarize how built-in entity
refernece are handled for
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]