You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ja...@apache.org on 2006/03/14 09:45:31 UTC

svn commit: r385760 [3/8] - in /xerces/xerces-p/trunk/docs/forrest-docs: ./ build/ build/site/ build/site/images/ build/site/samples/ build/site/skin/ build/site/skin/css/ build/site/skin/images/ build/site/skin/scripts/ build/site/skin/translations/ b...

Added: xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/domcreate.html
URL: http://svn.apache.org/viewcvs/xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/domcreate.html?rev=385760&view=auto
==============================================================================
--- xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/domcreate.html (added)
+++ xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/domcreate.html Tue Mar 14 00:45:06 2006
@@ -0,0 +1,179 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta content="Apache Forrest" name="Generator">
+<meta name="Forrest-version" content="0.7">
+<meta name="Forrest-skin-name" content="pelt">
+<title>XML::Xerces Sample: DOMCreate</title>
+<link type="text/css" href="../skin/basic.css" rel="stylesheet">
+<link media="screen" type="text/css" href="../skin/screen.css" rel="stylesheet">
+<link media="print" type="text/css" href="../skin/print.css" rel="stylesheet">
+<link type="text/css" href="../skin/profile.css" rel="stylesheet">
+<script src="../skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="../skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="../skin/fontsize.js" language="javascript" type="text/javascript"></script>
+<link rel="shortcut icon" href="../">
+</head>
+<body onload="init()">
+<script type="text/javascript">ndeSetTextSize();</script>
+<div id="top">
+<div class="breadtrail">
+<a href="http://www.apache.org/">apache</a> &gt; <a href="http://xerces.apache.org/">xerces</a> &gt; <a href="http://xerces.apache.org/">xerces-p</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+</div>
+<div class="header">
+<div class="projectlogoA1">
+<a href="http://xerces.apache.org/"><img class="logoImage" alt="XML::Xerces" src="../images/project.png" title="Perl Bindings for Xerces-C"></a>
+</div>
+<div class="searchbox">
+<form action="http://www.google.com/search" method="get" class="roundtopsmall">
+<input value="xerces.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
+                    <input attr="value" name="Search" value="Search" type="submit">
+</form>
+</div>
+<ul id="tabs">
+<li>
+<a class="base-not-selected" href="../index.html">Home</a>
+</li>
+<li class="current">
+<a class="base-selected" href="../samples/index.html">Samples</a>
+</li>
+</ul>
+</div>
+</div>
+<div id="main">
+<div id="publishedStrip">
+<div id="level2tabs"></div>
+<script type="text/javascript"><!--
+document.write("<text>Last Published:</text> " + document.lastModified);
+//  --></script>
+</div>
+<div class="breadtrail">
+             
+             &nbsp;
+           </div>
+<div id="menu">
+<div onclick="SwitchMenu('menu_selected_1.1', '../skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('../skin/images/chapter_open.gif');">Samples</div>
+<div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;">
+<div class="menuitem">
+<a href="../samples/index.html" title="Sample Applications">Index</a>
+</div>
+<div class="menuitem">
+<a href="../samples/domcount.html">DOMCount</a>
+</div>
+<div class="menupage">
+<div class="menupagetitle">DOMCreate</div>
+</div>
+<div class="menuitem">
+<a href="../samples/domprint.html">DOMPrint</a>
+</div>
+<div class="menuitem">
+<a href="../samples/dom2hash.html">DOM2Hash</a>
+</div>
+<div class="menuitem">
+<a href="../samples/saxcount.html">SAXCount</a>
+</div>
+<div class="menuitem">
+<a href="../samples/sax2count.html">SAX2Count</a>
+</div>
+<div class="menuitem">
+<a href="../samples/enumval.html">EnumVal</a>
+</div>
+<div class="menuitem">
+<a href="../samples/senumval.html">SEnumVal</a>
+</div>
+<div class="menuitem">
+<a href="../samples/validator.html">Validator</a>
+</div>
+<div class="menuitem">
+<a href="../samples/validator-dom.html">DOM Validator</a>
+</div>
+</div>
+<div id="credit"></div>
+<div id="roundbottom">
+<img style="display: none" class="corner" height="15" width="15" alt="" src="../skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
+<div id="credit2"></div>
+</div>
+<div id="content">
+<div title="Portable Document Format" class="pdflink">
+<a class="dida" href="domcreate.pdf"><img alt="PDF -icon" src="../skin/images/pdfdoc.gif" class="skin"><br>
+        PDF</a>
+</div>
+<h1>XML::Xerces Sample: DOMCreate</h1>
+<div id="minitoc-area">
+<ul class="minitoc">
+<li>
+<a href="#Sample%3A+DOMCreate">Sample: DOMCreate</a>
+<ul class="minitoc">
+<li>
+<a href="#DOMCreate">DOMCreate</a>
+<ul class="minitoc">
+<li>
+<a href="#Running+DOMCreate">Running DOMCreate</a>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div> 
+
+
+
+<a name="N1000D"></a><a name="Sample%3A+DOMCreate"></a>
+<h2 class="boxed">Sample: DOMCreate</h2>
+<div class="section">
+<a name="N10013"></a><a name="DOMCreate"></a>
+<h3 class="boxed">DOMCreate</h3>
+<p> DOMCreate, illustrates how you can create a DOM tree in
+        memory from scratch. It then prints the the tree that was just
+        created.</p>
+<a name="N1001C"></a><a name="Running+DOMCreate"></a>
+<h4>Running DOMCreate</h4>
+<p>The DOMCreate sample illustrates how you can create a DOM tree
+             in memory from scratch. To run DOMCreate, enter the following</p>
+<pre class="code">perl DOMCreate.pl</pre>
+<p>Here is a sample output from DOMCreate</p>
+<pre class="code">perl DOMCreate.pl
+&lt;?xml version="1.0" encoding="UTF-8" standalone="no" ?&gt;
+&lt;!DOCTYPE contributors SYSTEM "contributors.dtd"&gt;
+&lt;contributors xmlns="contributors"&gt;
+
+  &lt;person Role="manager"&gt;
+    &lt;name&gt;Mike Pogue&lt;/name&gt;
+    &lt;email&gt;mpogue@us.ibm.com&lt;/email&gt;
+  &lt;/person&gt;
+
+  &lt;person Role="developer"&gt;
+    &lt;name&gt;Tom Watson&lt;/name&gt;
+    &lt;email&gt;rtwatson@us.ibm.com&lt;/email&gt;
+  &lt;/person&gt;
+
+  &lt;person Role="tech writer"&gt;
+    &lt;name&gt;Susan Hardenbrook&lt;/name&gt;
+    &lt;email&gt;susanhar@us.ibm.com&lt;/email&gt;
+  &lt;/person&gt;
+
+&lt;/contributors&gt;
+
+</pre>
+</div>
+
+</div>
+<div class="clearboth">&nbsp;</div>
+</div>
+<div id="footer">
+<div class="lastmodified">
+<script type="text/javascript"><!--
+document.write("<text>Last Published:</text> " + document.lastModified);
+//  --></script>
+</div>
+<div class="copyright">
+        Copyright &copy;
+         2005 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
+</div>
+<div id="feedback">
+    Send feedback about the website to:
+  <a id="feedbackto" href="mailto:webmaster@xerces.apache.org?subject=Feedback%C2%A0samples/domcreate.html">webmaster@xerces.apache.org</a>
+</div>
+</div>
+</body>
+</html>

Added: xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/domcreate.pdf
URL: http://svn.apache.org/viewcvs/xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/domcreate.pdf?rev=385760&view=auto
==============================================================================
--- xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/domcreate.pdf (added)
+++ xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/domcreate.pdf Tue Mar 14 00:45:06 2006
@@ -0,0 +1,205 @@
+%PDF-1.3
+%ª«¬­
+4 0 obj
+<< /Type /Info
+/Producer (FOP 0.20.5) >>
+endobj
+5 0 obj
+<< /Length 416 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gaua:9iJn_&;KZL'mhJ:f6h[Eb"Y\BNf<"["#K59Q5#]8/XEEs^UIp.":lJ04ga[$o5:.11Y1o=W^)<[60F3]=2m5$QiPu,!YQH16B3N6K&4@cYa@S47LN.-Aj:er)%YJT@%M7[Kc.G:mGi"\S$XmPGQiNQQAImIb+*`U9INliHgC=+0\1pDYFs%oG?0ug.@^:XO$N2U5Ja0R,_9CZq[#JkrlXZ+qq3#Y?djYk2#c0Af0Bot4!Xt",.-0E;@;Lt)D>PmKliX\J!<."j@R\`E:5W1n!^Ls'Z":<$,Z+D3(eeV5gGtRfJ]usD%+IYN'm/^=:emR&L8t(JU(/\^?a$Yh7/JnOX-H[S<HltD4J,hV4"OM<Si,"[2563+6>7p2H>Uj[%_N6X6n`8g?_Q4BpRu0IfM]N`Gb~>
+endstream
+endobj
+6 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 5 0 R
+/Annots 7 0 R
+>>
+endobj
+7 0 obj
+[
+8 0 R
+10 0 R
+]
+endobj
+8 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 102.0 559.666 211.652 547.666 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 9 0 R
+/H /I
+>>
+endobj
+10 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 108.0 541.466 182.816 529.466 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 11 0 R
+/H /I
+>>
+endobj
+12 0 obj
+<< /Length 1295 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gb!;c>Ar7S'Roe[i;D(+$VaNp6j6/n2,2d6%@Y6SemdBd@ahbd8b=D[?N,A6AP&[;\ae%[$j!(BP3;Cak<e<R1qJQ6Iual$Td1]5IQ=7ZY99N,a=P`tc+CGu'G=*$00&ml@f,m+'ps:e)27KK^PlJhUWIY/kk79K(_O+pJHbhBBW'!93:<Oi6bgC/pa%t0[@%i[3*W<Ge1SE0E-#_m>cO.S:DEc?$_5fAhDSee*)#1-"7ZGD,nWltrs;`G>UN``_V7THmEkQh;MKfh[Ra]*7mJ:!NHuU%/oVq8c`KIji2Kom;TrjZF5&_OhE"H\ZmnZMMhPGAl&?E!F_-80S3'%NFXtKq9NER$E_[p@KhQ(34Bd#=FCq@Y#'%mg%TP`YNn'E;)oh`9",U.gH#8_W/:'pDKO0c%.X#'6@`QDo^t1aTF6r&W)f&+Q#s%=W%=&Bb[U3NsalXbDK\@>cX6d"3o-@]BS$E\IMMKY=&1/:gjAApt,UQd_!f:0J*N*2/lW4&#<THF$_(^rkBPj#.Pn+GaoUs?"AIasd6Dpg>e;85Sbi]#N2M)%r6#FCrJ<dRY%W'i#,6=U<bA.@sXd@QL;)455*el@lRdsW4P<tKtl(c,]ZjHA4EH(1$5W1a<;oVO"0poQN$IMkaY0'*l)Q`7CA;nE;&k^mbeAi^oMDJUK5<P7<^+,'Bkr#JRYPuW`h$7MK7-E`CMTOL'X*gf-:b1_h?_cp#l0K*qSBp4pkN[GbCM2\X`Lq-%@Hb)4^O,S21AZ*>A[Q,2026IoQ.cpqFo#ej?/8V.llO(9E]tOfk/#]EXg;HbJ3GX3HNp)ZUL[SHS;,[3)*\5G$_:K`G<,m3Z8do3aum(.5?'TKZ07"ij%Nb6,bL>ZEiYOl3h+V\K,-T5'YgD=AT<l>AF$AK%on1Eq[CemFuJ#j%&35:FCiM7A-_/1d/\cE#4Pk\W)Tr26M>eY=W_Z`pJbYa\$uRA?\JoZiU&ohjegTj)Dig
 D*!r'"P<K)[<3qiqgR+d!N$"KIm,O^=7I6Ch(RqtXmu>nj^IeTZNngD'fNMItk#`N=]\1qY1t8)6!k=mb(+*pC>]aJC+a?blK*bj)0^op2@>?9>GM4-WhOgBg<+`SNFb9\jhe0WXGdfRn@H$<E#=[Tp#t-R!TrdN,pnF=CF?^ZE;0^MV+l&YT'?i%MB?qfDd'Rj0*_n8:qpta>5m9qr?QdGk=2W1W?9alh\Z2h@GSrgts'UF^M%Lr5e3$cT_N4#-k/pW9J;Q81b-eB[XHkPtZ(mV^<iCE_NiWS!*dS@:072.u[K~>
+endstream
+endobj
+13 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 12 0 R
+>>
+endobj
+15 0 obj
+<<
+ /Title (\376\377\0\61\0\40\0\123\0\141\0\155\0\160\0\154\0\145\0\72\0\40\0\104\0\117\0\115\0\103\0\162\0\145\0\141\0\164\0\145)
+ /Parent 14 0 R
+ /First 16 0 R
+ /Last 16 0 R
+ /Count -2
+ /A 9 0 R
+>> endobj
+16 0 obj
+<<
+ /Title (\376\377\0\61\0\56\0\61\0\40\0\104\0\117\0\115\0\103\0\162\0\145\0\141\0\164\0\145)
+ /Parent 15 0 R
+ /First 18 0 R
+ /Last 18 0 R
+ /Count -1
+ /A 11 0 R
+>> endobj
+18 0 obj
+<<
+ /Title (\376\377\0\61\0\56\0\61\0\56\0\61\0\40\0\122\0\165\0\156\0\156\0\151\0\156\0\147\0\40\0\104\0\117\0\115\0\103\0\162\0\145\0\141\0\164\0\145)
+ /Parent 16 0 R
+ /A 17 0 R
+>> endobj
+19 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F3
+/BaseFont /Helvetica-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+20 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F5
+/BaseFont /Times-Roman
+/Encoding /WinAnsiEncoding >>
+endobj
+21 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /Helvetica
+/Encoding /WinAnsiEncoding >>
+endobj
+22 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F9
+/BaseFont /Courier
+/Encoding /WinAnsiEncoding >>
+endobj
+23 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F2
+/BaseFont /Helvetica-Oblique
+/Encoding /WinAnsiEncoding >>
+endobj
+24 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F7
+/BaseFont /Times-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+1 0 obj
+<< /Type /Pages
+/Count 2
+/Kids [6 0 R 13 0 R ] >>
+endobj
+2 0 obj
+<< /Type /Catalog
+/Pages 1 0 R
+ /Outlines 14 0 R
+ /PageMode /UseOutlines
+ >>
+endobj
+3 0 obj
+<< 
+/Font << /F3 19 0 R /F5 20 0 R /F1 21 0 R /F9 22 0 R /F2 23 0 R /F7 24 0 R >> 
+/ProcSet [ /PDF /ImageC /Text ] >> 
+endobj
+9 0 obj
+<<
+/S /GoTo
+/D [13 0 R /XYZ 85.0 659.0 null]
+>>
+endobj
+11 0 obj
+<<
+/S /GoTo
+/D [13 0 R /XYZ 85.0 627.866 null]
+>>
+endobj
+14 0 obj
+<<
+ /First 15 0 R
+ /Last 15 0 R
+>> endobj
+17 0 obj
+<<
+/S /GoTo
+/D [13 0 R /XYZ 85.0 563.413 null]
+>>
+endobj
+xref
+0 25
+0000000000 65535 f 
+0000003758 00000 n 
+0000003823 00000 n 
+0000003915 00000 n 
+0000000015 00000 n 
+0000000071 00000 n 
+0000000578 00000 n 
+0000000698 00000 n 
+0000000730 00000 n 
+0000004049 00000 n 
+0000000865 00000 n 
+0000004112 00000 n 
+0000001002 00000 n 
+0000002390 00000 n 
+0000004178 00000 n 
+0000002498 00000 n 
+0000002715 00000 n 
+0000004229 00000 n 
+0000002897 00000 n 
+0000003096 00000 n 
+0000003209 00000 n 
+0000003319 00000 n 
+0000003427 00000 n 
+0000003533 00000 n 
+0000003649 00000 n 
+trailer
+<<
+/Size 25
+/Root 2 0 R
+/Info 4 0 R
+>>
+startxref
+4295
+%%EOF

Added: xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/domprint.html
URL: http://svn.apache.org/viewcvs/xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/domprint.html?rev=385760&view=auto
==============================================================================
--- xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/domprint.html (added)
+++ xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/domprint.html Tue Mar 14 00:45:06 2006
@@ -0,0 +1,239 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta content="Apache Forrest" name="Generator">
+<meta name="Forrest-version" content="0.7">
+<meta name="Forrest-skin-name" content="pelt">
+<title>XML::Xerces Sample: DOMPrint</title>
+<link type="text/css" href="../skin/basic.css" rel="stylesheet">
+<link media="screen" type="text/css" href="../skin/screen.css" rel="stylesheet">
+<link media="print" type="text/css" href="../skin/print.css" rel="stylesheet">
+<link type="text/css" href="../skin/profile.css" rel="stylesheet">
+<script src="../skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="../skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="../skin/fontsize.js" language="javascript" type="text/javascript"></script>
+<link rel="shortcut icon" href="../">
+</head>
+<body onload="init()">
+<script type="text/javascript">ndeSetTextSize();</script>
+<div id="top">
+<div class="breadtrail">
+<a href="http://www.apache.org/">apache</a> &gt; <a href="http://xerces.apache.org/">xerces</a> &gt; <a href="http://xerces.apache.org/">xerces-p</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+</div>
+<div class="header">
+<div class="projectlogoA1">
+<a href="http://xerces.apache.org/"><img class="logoImage" alt="XML::Xerces" src="../images/project.png" title="Perl Bindings for Xerces-C"></a>
+</div>
+<div class="searchbox">
+<form action="http://www.google.com/search" method="get" class="roundtopsmall">
+<input value="xerces.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
+                    <input attr="value" name="Search" value="Search" type="submit">
+</form>
+</div>
+<ul id="tabs">
+<li>
+<a class="base-not-selected" href="../index.html">Home</a>
+</li>
+<li class="current">
+<a class="base-selected" href="../samples/index.html">Samples</a>
+</li>
+</ul>
+</div>
+</div>
+<div id="main">
+<div id="publishedStrip">
+<div id="level2tabs"></div>
+<script type="text/javascript"><!--
+document.write("<text>Last Published:</text> " + document.lastModified);
+//  --></script>
+</div>
+<div class="breadtrail">
+             
+             &nbsp;
+           </div>
+<div id="menu">
+<div onclick="SwitchMenu('menu_selected_1.1', '../skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('../skin/images/chapter_open.gif');">Samples</div>
+<div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;">
+<div class="menuitem">
+<a href="../samples/index.html" title="Sample Applications">Index</a>
+</div>
+<div class="menuitem">
+<a href="../samples/domcount.html">DOMCount</a>
+</div>
+<div class="menuitem">
+<a href="../samples/domcreate.html">DOMCreate</a>
+</div>
+<div class="menupage">
+<div class="menupagetitle">DOMPrint</div>
+</div>
+<div class="menuitem">
+<a href="../samples/dom2hash.html">DOM2Hash</a>
+</div>
+<div class="menuitem">
+<a href="../samples/saxcount.html">SAXCount</a>
+</div>
+<div class="menuitem">
+<a href="../samples/sax2count.html">SAX2Count</a>
+</div>
+<div class="menuitem">
+<a href="../samples/enumval.html">EnumVal</a>
+</div>
+<div class="menuitem">
+<a href="../samples/senumval.html">SEnumVal</a>
+</div>
+<div class="menuitem">
+<a href="../samples/validator.html">Validator</a>
+</div>
+<div class="menuitem">
+<a href="../samples/validator-dom.html">DOM Validator</a>
+</div>
+</div>
+<div id="credit"></div>
+<div id="roundbottom">
+<img style="display: none" class="corner" height="15" width="15" alt="" src="../skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
+<div id="credit2"></div>
+</div>
+<div id="content">
+<div title="Portable Document Format" class="pdflink">
+<a class="dida" href="domprint.pdf"><img alt="PDF -icon" src="../skin/images/pdfdoc.gif" class="skin"><br>
+        PDF</a>
+</div>
+<h1>XML::Xerces Sample: DOMPrint</h1>
+<div id="minitoc-area">
+<ul class="minitoc">
+<li>
+<a href="#Sample%3A+DOMPrint">Sample: DOMPrint</a>
+<ul class="minitoc">
+<li>
+<a href="#DOMPrint">DOMPrint</a>
+<ul class="minitoc">
+<li>
+<a href="#Running+DOMPrint">Running DOMPrint</a>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div> 
+
+
+
+<a name="N1000D"></a><a name="Sample%3A+DOMPrint"></a>
+<h2 class="boxed">Sample: DOMPrint</h2>
+<div class="section">
+<a name="N10013"></a><a name="DOMPrint"></a>
+<h3 class="boxed">DOMPrint</h3>
+<p>DOMPrint parses an XML file, constructs the DOM tree, and
+		   invokes DOMWriter::writeNode() to serialize the resultant 
+		   DOM tree back to XML stream.
+		</p>
+<a name="N1001C"></a><a name="Running+DOMPrint"></a>
+<h4>Running DOMPrint</h4>
+<p>The DOMPrint sample parses an XML file, using either a validating
+		  or non-validating DOM parser configuration, builds a DOM tree,
+		  and then invokes DOMWriter::writeNode() to serialize the
+		  resultant DOM tree. To run DOMPrint, enter the following:</p>
+<pre class="code">perl DOMPrint.pl &lt;XML file&gt;</pre>
+<p>The following parameters may be set from the command line </p>
+<pre class="code">
+Usage:
+ perl DOMPrint.pl [options] &lt;XML file&gt;
+
+This program invokes the DOM parser, and builds the DOM tree
+It then asks the DOMWriter to serialize the DOM tree.
+
+Options:
+    -e          create entity reference nodes. Default is no expansion.
+    -v=xxx      Validation scheme [always | never | auto*].
+    -n          Enable namespace processing. Default is off.
+    -s          Enable schema processing. Default is off.
+
+    -h          Show this help
+  * = Default if not provided explicitly.
+
+The parser has intrinsic support for the following encodings:\n"
+    UTF-8, USASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,\n"
+    WINDOWS-1252, IBM1140, IBM037, IBM1047.\n"
+</pre>
+<p>
+<em>-v=always</em> will force validation<br>
+             
+<em>-v=never</em>  will not use any validation<br>
+             
+<em>-v=auto</em>   will validate if a DOCTYPE declaration or a schema declaration is present in the XML document</p>
+<p>Here is a sample output from DOMPrint</p>
+<pre class="code">cd samples
+perl DOMPrint.pl -v=always personal.xml
+
+&lt;?xml version="1.0" encoding="iso-8859-1"?&gt;
+
+&lt;!DOCTYPE personnel SYSTEM "personal.dtd"&gt;
+&lt;!-- @version: --&gt;
+&lt;personnel&gt;
+
+&lt;person id="Big.Boss"&gt;
+  &lt;name&gt;&lt;family&gt;Boss&lt;/family&gt; &lt;given&gt;Big&lt;/given&gt;&lt;/name&gt;
+  &lt;email&gt;chief@foo.com&lt;/email&gt;
+  &lt;link subordinates="one.worker two.worker three.worker
+                         four.worker five.worker"&gt;&lt;/link&gt;
+&lt;/person&gt;
+
+&lt;person id="one.worker"&gt;
+  &lt;name&gt;&lt;family&gt;Worker&lt;/family&gt; &lt;given&gt;One&lt;/given&gt;&lt;/name&gt;
+  &lt;email&gt;one@foo.com&lt;/email&gt;
+  &lt;link manager="Big.Boss"&gt;&lt;/link&gt;
+&lt;/person&gt;
+
+&lt;person id="two.worker"&gt;
+  &lt;name&gt;&lt;family&gt;Worker&lt;/family&gt; &lt;given&gt;Two&lt;/given&gt;&lt;/name&gt;
+  &lt;email&gt;two@foo.com&lt;/email&gt;
+  &lt;link manager="Big.Boss"&gt;&lt;/link&gt;
+&lt;/person&gt;
+
+&lt;person id="three.worker"&gt;
+  &lt;name&gt;&lt;family&gt;Worker&lt;/family&gt; &lt;given&gt;Three&lt;/given&gt;&lt;/name&gt;
+  &lt;email&gt;three@foo.com&lt;/email&gt;
+  &lt;link manager="Big.Boss"&gt;&lt;/link&gt;
+&lt;/person&gt;
+
+&lt;person id="four.worker"&gt;
+  &lt;name&gt;&lt;family&gt;Worker&lt;/family&gt; &lt;given&gt;Four&lt;/given&gt;&lt;/name&gt;
+  &lt;email&gt;four@foo.com&lt;/email&gt;
+  &lt;link manager="Big.Boss"&gt;&lt;/link&gt;
+&lt;/person&gt;
+
+&lt;person id="five.worker"&gt;
+  &lt;name&gt;&lt;family&gt;Worker&lt;/family&gt; &lt;given&gt;Five&lt;/given&gt;&lt;/name&gt;
+  &lt;email&gt;five@foo.com&lt;/email&gt;
+  &lt;link manager="Big.Boss"&gt;&lt;/link&gt;
+&lt;/person&gt;
+
+&lt;/personnel&gt;</pre>
+<div class="frame note">
+<div class="label">Note</div>
+<div class="content"> DOMPrint does not reproduce the original XML file. DOMPrint and
+           SAXPrint produce different results because of the way the two APIs store data
+           and capture events.</div>
+</div>
+</div>
+
+</div>
+<div class="clearboth">&nbsp;</div>
+</div>
+<div id="footer">
+<div class="lastmodified">
+<script type="text/javascript"><!--
+document.write("<text>Last Published:</text> " + document.lastModified);
+//  --></script>
+</div>
+<div class="copyright">
+        Copyright &copy;
+         2005 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
+</div>
+<div id="feedback">
+    Send feedback about the website to:
+  <a id="feedbackto" href="mailto:webmaster@xerces.apache.org?subject=Feedback%C2%A0samples/domprint.html">webmaster@xerces.apache.org</a>
+</div>
+</div>
+</body>
+</html>

Added: xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/domprint.pdf
URL: http://svn.apache.org/viewcvs/xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/domprint.pdf?rev=385760&view=auto
==============================================================================
--- xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/domprint.pdf (added)
+++ xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/domprint.pdf Tue Mar 14 00:45:06 2006
@@ -0,0 +1,230 @@
+%PDF-1.3
+%ª«¬­
+4 0 obj
+<< /Type /Info
+/Producer (FOP 0.20.5) >>
+endobj
+5 0 obj
+<< /Length 418 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gaua::K)m"&B4,6'RQV\fDK&KgRD2iE9sMJLX)h'UnR/aKpn`rhd/Wb'0Poci;bNIhXV%-PE_V6(!%4PU]ofHQ89"D-@iRlJ<?<o@ZDoU6Fq`GBKj$KO6=OFAiG5rWJ>=VoU'L(V&B/eX1R&u?!#8N?6Hpq]4_b2/j4!uKL-u3lSNr?NUn:e.]NmVSC^bNWb-JI,7qNV-b+8Q,V[er57pr>?e+!'YW?1Ep[elb`'570,G[TTNYiscP1o:^.>@>J)GbBHL"*1'8'E$YBOg7VgGBn,Y>b/Gjfo2Oi#4I=h#/:SP/%tafE7VQ*6[C!E#_Ij;\3G)KVO3.eA<<30C/"l>q]9=&+-\KiK`Jo]Ll8FMi2G<L\e8.Ra91^1Xl36>%GmhXtWsYQ<n[HK-OpOcI`Z65`bmRYRe^S~>
+endstream
+endobj
+6 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 5 0 R
+/Annots 7 0 R
+>>
+endobj
+7 0 obj
+[
+8 0 R
+10 0 R
+]
+endobj
+8 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 102.0 559.666 203.672 547.666 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 9 0 R
+/H /I
+>>
+endobj
+10 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 108.0 541.466 174.836 529.466 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 11 0 R
+/H /I
+>>
+endobj
+12 0 obj
+<< /Length 1975 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gau0DgN)%,&:N/3Y^1=F&H\$s0:KD=fWeA!i])p^-5kPK1^-I@:^"[oCj5aG?/?ASjetm7T!8P4M`n\!G-TuQHuq+cI2c&C\.1C'in%_BpuU"J1bDjE]3g#3UQ&MNW+L#_rgUQFShNp,@;:YGDFT,7Nom,"VmaU&"nUi3C9%s5!.R\C6qmcL>M=J">ok]j7%<E%...@kDZKj>`Mcd&e3N3`n>__i
 26^j^q"PJ2^:;g$U,4a-E#\n!E&6Q40T^JLEVKaiLq_%T:'N"M*WBj]'YoBuB[YK'NG9C\N_LL-lO@0+?rO(9#A=$VIleNfQIj6(FMkbj[G^1X.?LP\J/a,kH9G)=#8`\]\fIKd2db)Ht!fHk!/WSh=]d9#g*B6`^cmH(Hkp&/[T6UAH#TX7LbG$iq0jDh*9P(lm>(gmF4'E>AKA"1Zir-4t3.).t&lU;ZbhNC1Yu''g#(DYfpOgS_]/Ho'L5uqC\f_);A.@$XW/kZN,EM#-//*\J.<4)%Xml_J-Cc_*0U#88Y+kHZhfUmYS0lQHc;,et.X`COY@bgfB5$FDG2YF9SM7\`UmQ:Mo_/+acQ:CZAi7,'3SZl5'D,(5mp9@KRR%b8Ffb,s*#;IqL)P5R#mCqd4jQp+i=fOQo<7PKTb'%`]sBA"E.PGL<UMaN6eiS*5!$NhW0hr;Ms5<m/RYR$aDNC1,\hl6bGeSnhR8t9K&oGqrs9p?k8*bmhDV^X&6\6L/>XPl<?l$ch@6mUa7CtQ:V)C:n3\jCb4NJt!XZ?$l7prl2/Y-*fE-9K!ErUffg)"l3aCES/!VX66MgLIZo:0K$JKsBOnoLs^gTL\R,6(^k#n5CCaY!URm5O^12,=frKOqmlfjG$O[0YsRO[[!qH6rXpf2o34/':`2ioGCgEI"W\W"1_ghjno'l`[5VWPR:=fuLM+TmWTic**I*C$X$LZ9MBPH"bG?Ole+b^a3:1&AjB*K:eUO[)NO?Y8mCe<Q"t$PqE)gtc.UbonG-ZH6@]Y@nJ+_K<75icP$"5YW`]AD>&1/RA21f?OhG79e;>Vf7O`3p;gljeoh('6;[E_?#>K(n(iAFM#Q`*j,g,664b-:kfTQ[ilp+0:.W=i`]T.9JEO@jKX[4P@1dNH!d'\g;0'"=Z=bXjkZlL]N'Scco^4V9J3YU00qCl168Ge8<?qR\#M`n4%3YX(Wf]/d.aJg!!Z79WW~>
+endstream
+endobj
+13 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 12 0 R
+>>
+endobj
+14 0 obj
+<< /Length 1307 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GauI6?Z2]/&A[3%.;5;n%j&(W=>o_QQaG#:<Nhb_/2^>[#@]=r3m>0cA*)Hh(@\T]fV2Er=>?CUB6Nu-]>JSH+8n/@rA,YS$NE>NPRkJE"9Esm@=O>`i'SX#>^K8AhaVhids0A^kmPfB8XQ=I.T,5Oq8tdIoCn;Ph[D[R)E9NHmZg</Xa*&"X2',\&?du,+hI@/C[]U8l$)1X4)Z,6p;Zc\(S)A!a_k;4GW^?9rU%jZ54HBU#Y!c`K2s>BFP8sD.NkfKZuqulhd>1c/%@B(EHPqiHtr&*!\,/d/6_Am1lg-YqDtrPdn(dk5,YIB7;"Du4.XkcVj#9+hn?4DmqM!.PbbY)F/%\*Yq`I:lfk3Gp)4=85jU5$8bTQOU=_YtI$nMBWJgLP-I]1Tq,a,r,KcQ;eii3-*SHjCE]ZU@$3F5R(n5Akj<;MX2p*XU\.,Gs/OCompM$&FH0HE,gR"!Xq.nT*,(fr@.2@7Kr1c#/S\rdA*g/mABUJ)G&;(me60<f-]bt'F=gZVf]0Xd5Ut$n9^_=C3EJA,<02D#tML_l_iAoe`+Zt$@J?fY\$u->L/dX6-#!@/r5`c"/3@>s"3M+Na3^o8F;!]C#f(gGc'Ye4GWO3a9Pu+.7/Z>C*-3d:X+beiZeTQhr$)mXW_T14R;")g+&>h"OTXqPcL,B5c'+Fg<df&'b1<tEK+\4$a0$b\`96Ym4KL%jU6AjZQOSTB]kTWHj5tIta&?7ZS8ja*fOCo4933\#ZiUe:9UP7M;p[Jct6$9;6XCJYTY)"0'^\Ga1*02,Lm1jeB+Z\iFqVCktA$NJ^nIT2ENL@)kaI3^hbWN[C:jUuCE\G0bKu@[4RufY%V6EGbX"!^9LES'@M"LCBZ>W[&e.0AWP(k.JrEq=rM?4C*l@i&@gCB!XO_kbTD;1Dgah@2\j//9,C*II>YUQaVrp]a46_7g7*WTBOkgrJ&McRuZF">k3gaooBh5\V17kf4o_EK_l234A
 YBn\N<272B5e5<YjKeKor#Ifa@?RBcoF.IG?/@K9W/Ds)QU2Ain)4u_6(VLk*MjbI$mCDE1Z+sD8'lG+BEi(E\PIlrHATVCPMeH%,h6@kK?WfW-bN,7(.X?FVS:Z?r><lk#_[uFac(iQ#Fm>b*,m0#5U\,tA#K5#tf\O]VWaF?DNlIes^TCMLYe-l*D^:3-\8Q.(Y]b2%A'QjD^#q[P,o?!h'EV6aH^<]\RO\-Hft?<nHEND]m;BZ;M[Im)eFuB^c0N<t_X/[R\FLFLQb+Yi2#-"S0Icc($'&/W[R)iqiQ/UWq28QG$gq@;8^aa~>
+endstream
+endobj
+15 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 14 0 R
+>>
+endobj
+17 0 obj
+<<
+ /Title (\376\377\0\61\0\40\0\123\0\141\0\155\0\160\0\154\0\145\0\72\0\40\0\104\0\117\0\115\0\120\0\162\0\151\0\156\0\164)
+ /Parent 16 0 R
+ /First 18 0 R
+ /Last 18 0 R
+ /Count -2
+ /A 9 0 R
+>> endobj
+18 0 obj
+<<
+ /Title (\376\377\0\61\0\56\0\61\0\40\0\104\0\117\0\115\0\120\0\162\0\151\0\156\0\164)
+ /Parent 17 0 R
+ /First 20 0 R
+ /Last 20 0 R
+ /Count -1
+ /A 11 0 R
+>> endobj
+20 0 obj
+<<
+ /Title (\376\377\0\61\0\56\0\61\0\56\0\61\0\40\0\122\0\165\0\156\0\156\0\151\0\156\0\147\0\40\0\104\0\117\0\115\0\120\0\162\0\151\0\156\0\164)
+ /Parent 18 0 R
+ /A 19 0 R
+>> endobj
+21 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F3
+/BaseFont /Helvetica-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+22 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F5
+/BaseFont /Times-Roman
+/Encoding /WinAnsiEncoding >>
+endobj
+23 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F6
+/BaseFont /Times-Italic
+/Encoding /WinAnsiEncoding >>
+endobj
+24 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /Helvetica
+/Encoding /WinAnsiEncoding >>
+endobj
+25 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F9
+/BaseFont /Courier
+/Encoding /WinAnsiEncoding >>
+endobj
+26 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F2
+/BaseFont /Helvetica-Oblique
+/Encoding /WinAnsiEncoding >>
+endobj
+27 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F7
+/BaseFont /Times-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+1 0 obj
+<< /Type /Pages
+/Count 3
+/Kids [6 0 R 13 0 R 15 0 R ] >>
+endobj
+2 0 obj
+<< /Type /Catalog
+/Pages 1 0 R
+ /Outlines 16 0 R
+ /PageMode /UseOutlines
+ >>
+endobj
+3 0 obj
+<< 
+/Font << /F3 21 0 R /F5 22 0 R /F1 24 0 R /F6 23 0 R /F9 25 0 R /F2 26 0 R /F7 27 0 R >> 
+/ProcSet [ /PDF /ImageC /Text ] >> 
+endobj
+9 0 obj
+<<
+/S /GoTo
+/D [13 0 R /XYZ 85.0 659.0 null]
+>>
+endobj
+11 0 obj
+<<
+/S /GoTo
+/D [13 0 R /XYZ 85.0 627.866 null]
+>>
+endobj
+16 0 obj
+<<
+ /First 17 0 R
+ /Last 17 0 R
+>> endobj
+19 0 obj
+<<
+/S /GoTo
+/D [13 0 R /XYZ 85.0 563.413 null]
+>>
+endobj
+xref
+0 28
+0000000000 65535 f 
+0000006041 00000 n 
+0000006113 00000 n 
+0000006205 00000 n 
+0000000015 00000 n 
+0000000071 00000 n 
+0000000580 00000 n 
+0000000700 00000 n 
+0000000732 00000 n 
+0000006350 00000 n 
+0000000867 00000 n 
+0000006413 00000 n 
+0000001004 00000 n 
+0000003072 00000 n 
+0000003180 00000 n 
+0000004580 00000 n 
+0000006479 00000 n 
+0000004688 00000 n 
+0000004899 00000 n 
+0000006530 00000 n 
+0000005075 00000 n 
+0000005268 00000 n 
+0000005381 00000 n 
+0000005491 00000 n 
+0000005602 00000 n 
+0000005710 00000 n 
+0000005816 00000 n 
+0000005932 00000 n 
+trailer
+<<
+/Size 28
+/Root 2 0 R
+/Info 4 0 R
+>>
+startxref
+6596
+%%EOF

Added: xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/enumval.html
URL: http://svn.apache.org/viewcvs/xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/enumval.html?rev=385760&view=auto
==============================================================================
--- xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/enumval.html (added)
+++ xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/enumval.html Tue Mar 14 00:45:06 2006
@@ -0,0 +1,178 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta content="Apache Forrest" name="Generator">
+<meta name="Forrest-version" content="0.7">
+<meta name="Forrest-skin-name" content="pelt">
+<title>XML::Xerces Sample: EnumVal</title>
+<link type="text/css" href="../skin/basic.css" rel="stylesheet">
+<link media="screen" type="text/css" href="../skin/screen.css" rel="stylesheet">
+<link media="print" type="text/css" href="../skin/print.css" rel="stylesheet">
+<link type="text/css" href="../skin/profile.css" rel="stylesheet">
+<script src="../skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="../skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="../skin/fontsize.js" language="javascript" type="text/javascript"></script>
+<link rel="shortcut icon" href="../">
+</head>
+<body onload="init()">
+<script type="text/javascript">ndeSetTextSize();</script>
+<div id="top">
+<div class="breadtrail">
+<a href="http://www.apache.org/">apache</a> &gt; <a href="http://xerces.apache.org/">xerces</a> &gt; <a href="http://xerces.apache.org/">xerces-p</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+</div>
+<div class="header">
+<div class="projectlogoA1">
+<a href="http://xerces.apache.org/"><img class="logoImage" alt="XML::Xerces" src="../images/project.png" title="Perl Bindings for Xerces-C"></a>
+</div>
+<div class="searchbox">
+<form action="http://www.google.com/search" method="get" class="roundtopsmall">
+<input value="xerces.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
+                    <input attr="value" name="Search" value="Search" type="submit">
+</form>
+</div>
+<ul id="tabs">
+<li>
+<a class="base-not-selected" href="../index.html">Home</a>
+</li>
+<li class="current">
+<a class="base-selected" href="../samples/index.html">Samples</a>
+</li>
+</ul>
+</div>
+</div>
+<div id="main">
+<div id="publishedStrip">
+<div id="level2tabs"></div>
+<script type="text/javascript"><!--
+document.write("<text>Last Published:</text> " + document.lastModified);
+//  --></script>
+</div>
+<div class="breadtrail">
+             
+             &nbsp;
+           </div>
+<div id="menu">
+<div onclick="SwitchMenu('menu_selected_1.1', '../skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('../skin/images/chapter_open.gif');">Samples</div>
+<div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;">
+<div class="menuitem">
+<a href="../samples/index.html" title="Sample Applications">Index</a>
+</div>
+<div class="menuitem">
+<a href="../samples/domcount.html">DOMCount</a>
+</div>
+<div class="menuitem">
+<a href="../samples/domcreate.html">DOMCreate</a>
+</div>
+<div class="menuitem">
+<a href="../samples/domprint.html">DOMPrint</a>
+</div>
+<div class="menuitem">
+<a href="../samples/dom2hash.html">DOM2Hash</a>
+</div>
+<div class="menuitem">
+<a href="../samples/saxcount.html">SAXCount</a>
+</div>
+<div class="menuitem">
+<a href="../samples/sax2count.html">SAX2Count</a>
+</div>
+<div class="menupage">
+<div class="menupagetitle">EnumVal</div>
+</div>
+<div class="menuitem">
+<a href="../samples/senumval.html">SEnumVal</a>
+</div>
+<div class="menuitem">
+<a href="../samples/validator.html">Validator</a>
+</div>
+<div class="menuitem">
+<a href="../samples/validator-dom.html">DOM Validator</a>
+</div>
+</div>
+<div id="credit"></div>
+<div id="roundbottom">
+<img style="display: none" class="corner" height="15" width="15" alt="" src="../skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
+<div id="credit2"></div>
+</div>
+<div id="content">
+<div title="Portable Document Format" class="pdflink">
+<a class="dida" href="enumval.pdf"><img alt="PDF -icon" src="../skin/images/pdfdoc.gif" class="skin"><br>
+        PDF</a>
+</div>
+<h1>XML::Xerces Sample: EnumVal</h1>
+<div id="minitoc-area">
+<ul class="minitoc">
+<li>
+<a href="#Sample%3A+EnumVal">Sample: EnumVal</a>
+<ul class="minitoc">
+<li>
+<a href="#EnumVal">EnumVal</a>
+<ul class="minitoc">
+<li>
+<a href="#Running+EnumVal">Running EnumVal</a>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div> 
+
+
+<a name="N1000D"></a><a name="Sample%3A+EnumVal"></a>
+<h2 class="boxed">Sample: EnumVal</h2>
+<div class="section">
+<a name="N10013"></a><a name="EnumVal"></a>
+<h3 class="boxed">EnumVal</h3>
+<p>EnumVal shows how to enumerate the markup decls in a DTD Grammar.</p>
+<a name="N1001C"></a><a name="Running+EnumVal"></a>
+<h4>Running EnumVal</h4>
+<p>This program parses the specified XML file, then shows how to
+            enumerate the contents of the DTD Grammar.</p>
+<pre class="code">
+Usage:
+    perl EnumVal.pl &lt;XML file&gt;
+
+This program parses the specified XML file, then shows how to
+enumerate the contents of the DTD Grammar. Essentially,
+shows how one can access the DTD information stored in internal
+data structures.
+</pre>
+<p>Here is a sample output from EnumVal</p>
+<pre class="code">cd samples
+perl EnumVal.pl personal.xml
+
+Element Name: personnel, Content Model: (person)+
+Element Name: person, Content Model: (name,email*,url*,link?)
+	attribute Name: id, Type: ID
+Element Name: name, Content Model: (#PCDATA|family|given)*
+Element Name: email, Content Model: (#PCDATA)
+Element Name: url, Content Model: EMPTY
+	attribute Name: href, Type: CDATA
+Element Name: link, Content Model: EMPTY
+	attribute Name: subordinates, Type: IDREF(S)
+	attribute Name: manager, Type: IDREF(S)
+Element Name: family, Content Model: (#PCDATA)
+Element Name: given, Content Model: (#PCDATA)
+personal.xml: duration:  0 wallclock secs ( 0.02 usr +  0.00 sys =  0.02 CPU)
+</pre>
+</div>
+
+</div>
+<div class="clearboth">&nbsp;</div>
+</div>
+<div id="footer">
+<div class="lastmodified">
+<script type="text/javascript"><!--
+document.write("<text>Last Published:</text> " + document.lastModified);
+//  --></script>
+</div>
+<div class="copyright">
+        Copyright &copy;
+         2005 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
+</div>
+<div id="feedback">
+    Send feedback about the website to:
+  <a id="feedbackto" href="mailto:webmaster@xerces.apache.org?subject=Feedback%C2%A0samples/enumval.html">webmaster@xerces.apache.org</a>
+</div>
+</div>
+</body>
+</html>

Added: xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/enumval.pdf
URL: http://svn.apache.org/viewcvs/xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/enumval.pdf?rev=385760&view=auto
==============================================================================
--- xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/enumval.pdf (added)
+++ xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/enumval.pdf Tue Mar 14 00:45:06 2006
@@ -0,0 +1,205 @@
+%PDF-1.3
+%ª«¬­
+4 0 obj
+<< /Type /Info
+/Producer (FOP 0.20.5) >>
+endobj
+5 0 obj
+<< /Length 412 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gaua:4`A1k&;KrWMAsI[X$:V_@4N'$<BF/J'b]nq"p^5V6:5G:J)<4^lnC-%cB,]*o6YrQo/I%oV\2CN%$E_\p6>di<WNHV4re#N;\;BrL6-4[&^I!i8#*Vo1UA1=NR5R$+e5C`?"$2T0I[OeQa@UF)^Gr2&InY;UutF?O@s_<:=AmR=:;FL_CBce=]IAWD"_L+!m^XkS-`t%*$]n(j*nGHaR5r&fcJ#8jr'jkpnslm"]l&-*>"+/fQP#$8ef%mGSOISUgF%MEqY;hHjMo,Jrd&T]4U"qUF(f.j'a>AC'/bN*/n_RMt>LR*"!^Kf>X6c@mps<lmM)qCA2"P<pRcum&M8sP[KH?9%M"=]3Um$H<0.P='Bs5BlthjBsXd2oVN@W'4#JD#1[=(l;+`SL].D4DT-J~>
+endstream
+endobj
+6 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 5 0 R
+/Annots 7 0 R
+>>
+endobj
+7 0 obj
+[
+8 0 R
+10 0 R
+]
+endobj
+8 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 102.0 559.666 198.332 547.666 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 9 0 R
+/H /I
+>>
+endobj
+10 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 108.0 541.466 169.496 529.466 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 11 0 R
+/H /I
+>>
+endobj
+12 0 obj
+<< /Length 1516 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gatm<gMYe)&:NH>&C;4Tfe=U=MNZ?p*8fJE/mMU0;Ug,V[G8/t>rIo]GCb-h8%7SnX\Ioq0VHrmjNO$[1IKUZK%X9\q`(p=kBjXIe\@X&qH)=`B3BOlmJhEZ@Ej1hfTn$I4LqEJhbZV;__&!l]@e:4GJWY5\[6$5+^!$+CGc2'n40U(.<f12CB^^1pAlRqef32=3OfCEFeXo?^fa^7Itl(=ooBjcg;9_H[YkWK_hmQf4UfA@`*i`+GS*^h_a\CMKX:!Fe+u,tP;4>YfDCCfrEmT]E/Zh^`rmV\Z@Pk]Jbl96Khi#QZ8K3Ne(ZJBo>e_(+;plsc+AR]8r'60TC7o(LAITI)gS-O"R1n%o,a@Pe)8^](HP5U%Dado`_6\1M//ginaUgT-MIYf"le1aA.%Mb]#q<<>>7nbJC8Bsh'UH[KMG,[VhB';U'U0s'[X85<tI#A&F)RsHa6SO<>7)r[4jri/q5[o1/?>HYVpiRMF;_jWiSUgnmrWCU"@L5G45)h_Z[Q\>hT7H+K5I2L0k634^Ic/1j!.a`-[t$kn25\jN4m04dIH7Wnm-ro"GB2Fit[_7[r8TI>9MSS$uG0Y!^g\'I%<Lp3iF*:9&C-j&it(FGQT3^liSp@7`]1Z_Wf>n9+kF8N68E_0iIF6]4$lFCNFVIV(d$gNA<&3o$)bA(V?<\riFDUJkB_FFmrC2UY"pMW-<]2Y0dJ_BH3\k*Na'1Q3tTYm@*q(&O^fJ/;kA>c2!Jk;\];Y&P*6%)8-$BA6`K6k7tMhpZ?QQ6B;.X/N,,.f+JEgN5E=`-8iaqcRW4J%,NQ/m^BH1b.gk>ZW6:/ilL^C8>!]A(blN>O$+LQF`6hCeEN(#_4;7J41mGX[g?DOR$)JPA;"I'KP64r0r`/bjh>PoP?T^<!qD;X+(Z/k4CH+QDk!eiCR5jB&GFOW!"]`m?ZQL^)dFXh1If8!q8><)5rq'1lRW"o1HnFM6hu0D@^qQUuU!=TI5O
 Z,@Oa?po_Is@0]T@5ZiW_)LqYGFO]-X]'2V,)sGUgp:IAhe)TB]o.j#"AFk']Io6jQ=//<Z>!4SP8JAkBK(:26X`4SL`DkPWet-CJm.)Y$CHT4f_`<3eG42hBma#h3h5G7rf.oA6\!i7/j;a]:3M#MA;;L>[&SJ?0'ji0Tp"B0._9JQl@6Q&*9X^@D)4XFn=.!b)b<.c(:*iV=!A?uH-K,.c[8Af8pQEO%%T`naos[()WE<-2fuWJ&b1\T)I"$_^8!N)^"6+ig$4Ob`_h4Wa/@6!qA+dc0(5`RLp;:hf)tch=28,pSajp9jmr-O?jUmM39FdCqa7V%:KF)4=]*=:N7n4YcNnTtXKTh%AXV]mL[prqF5$X6h+Ol]FMJ`NO1O*tN?hV)jh8LQ<")OJCYhtWbPUg/8^`GkWoXd?C&:m:PrVqF8#jTkK:n+aS')?jKj4/R!KTTT))^_MG+KWFN6$l%7L#[:m@JM6WQB._/,Nj?;/K1>pZn+e-d+Bt4X9tdgW<Klur!/To(s;~>
+endstream
+endobj
+13 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 12 0 R
+>>
+endobj
+15 0 obj
+<<
+ /Title (\376\377\0\61\0\40\0\123\0\141\0\155\0\160\0\154\0\145\0\72\0\40\0\105\0\156\0\165\0\155\0\126\0\141\0\154)
+ /Parent 14 0 R
+ /First 16 0 R
+ /Last 16 0 R
+ /Count -2
+ /A 9 0 R
+>> endobj
+16 0 obj
+<<
+ /Title (\376\377\0\61\0\56\0\61\0\40\0\105\0\156\0\165\0\155\0\126\0\141\0\154)
+ /Parent 15 0 R
+ /First 18 0 R
+ /Last 18 0 R
+ /Count -1
+ /A 11 0 R
+>> endobj
+18 0 obj
+<<
+ /Title (\376\377\0\61\0\56\0\61\0\56\0\61\0\40\0\122\0\165\0\156\0\156\0\151\0\156\0\147\0\40\0\105\0\156\0\165\0\155\0\126\0\141\0\154)
+ /Parent 16 0 R
+ /A 17 0 R
+>> endobj
+19 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F3
+/BaseFont /Helvetica-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+20 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F5
+/BaseFont /Times-Roman
+/Encoding /WinAnsiEncoding >>
+endobj
+21 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /Helvetica
+/Encoding /WinAnsiEncoding >>
+endobj
+22 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F9
+/BaseFont /Courier
+/Encoding /WinAnsiEncoding >>
+endobj
+23 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F2
+/BaseFont /Helvetica-Oblique
+/Encoding /WinAnsiEncoding >>
+endobj
+24 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F7
+/BaseFont /Times-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+1 0 obj
+<< /Type /Pages
+/Count 2
+/Kids [6 0 R 13 0 R ] >>
+endobj
+2 0 obj
+<< /Type /Catalog
+/Pages 1 0 R
+ /Outlines 14 0 R
+ /PageMode /UseOutlines
+ >>
+endobj
+3 0 obj
+<< 
+/Font << /F3 19 0 R /F5 20 0 R /F1 21 0 R /F9 22 0 R /F2 23 0 R /F7 24 0 R >> 
+/ProcSet [ /PDF /ImageC /Text ] >> 
+endobj
+9 0 obj
+<<
+/S /GoTo
+/D [13 0 R /XYZ 85.0 659.0 null]
+>>
+endobj
+11 0 obj
+<<
+/S /GoTo
+/D [13 0 R /XYZ 85.0 627.866 null]
+>>
+endobj
+14 0 obj
+<<
+ /First 15 0 R
+ /Last 15 0 R
+>> endobj
+17 0 obj
+<<
+/S /GoTo
+/D [13 0 R /XYZ 85.0 576.613 null]
+>>
+endobj
+xref
+0 25
+0000000000 65535 f 
+0000003939 00000 n 
+0000004004 00000 n 
+0000004096 00000 n 
+0000000015 00000 n 
+0000000071 00000 n 
+0000000574 00000 n 
+0000000694 00000 n 
+0000000726 00000 n 
+0000004230 00000 n 
+0000000861 00000 n 
+0000004293 00000 n 
+0000000998 00000 n 
+0000002607 00000 n 
+0000004359 00000 n 
+0000002715 00000 n 
+0000002920 00000 n 
+0000004410 00000 n 
+0000003090 00000 n 
+0000003277 00000 n 
+0000003390 00000 n 
+0000003500 00000 n 
+0000003608 00000 n 
+0000003714 00000 n 
+0000003830 00000 n 
+trailer
+<<
+/Size 25
+/Root 2 0 R
+/Info 4 0 R
+>>
+startxref
+4476
+%%EOF

Added: xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/index.html
URL: http://svn.apache.org/viewcvs/xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/index.html?rev=385760&view=auto
==============================================================================
--- xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/index.html (added)
+++ xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/index.html Tue Mar 14 00:45:06 2006
@@ -0,0 +1,177 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta content="Apache Forrest" name="Generator">
+<meta name="Forrest-version" content="0.7">
+<meta name="Forrest-skin-name" content="pelt">
+<title>XML::Xerces sample applications</title>
+<link type="text/css" href="../skin/basic.css" rel="stylesheet">
+<link media="screen" type="text/css" href="../skin/screen.css" rel="stylesheet">
+<link media="print" type="text/css" href="../skin/print.css" rel="stylesheet">
+<link type="text/css" href="../skin/profile.css" rel="stylesheet">
+<script src="../skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="../skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="../skin/fontsize.js" language="javascript" type="text/javascript"></script>
+<link rel="shortcut icon" href="../">
+</head>
+<body onload="init()">
+<script type="text/javascript">ndeSetTextSize();</script>
+<div id="top">
+<div class="breadtrail">
+<a href="http://www.apache.org/">apache</a> &gt; <a href="http://xerces.apache.org/">xerces</a> &gt; <a href="http://xerces.apache.org/">xerces-p</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+</div>
+<div class="header">
+<div class="projectlogoA1">
+<a href="http://xerces.apache.org/"><img class="logoImage" alt="XML::Xerces" src="../images/project.png" title="Perl Bindings for Xerces-C"></a>
+</div>
+<div class="searchbox">
+<form action="http://www.google.com/search" method="get" class="roundtopsmall">
+<input value="xerces.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
+                    <input attr="value" name="Search" value="Search" type="submit">
+</form>
+</div>
+<ul id="tabs">
+<li>
+<a class="base-not-selected" href="../index.html">Home</a>
+</li>
+<li class="current">
+<a class="base-selected" href="../samples/index.html">Samples</a>
+</li>
+</ul>
+</div>
+</div>
+<div id="main">
+<div id="publishedStrip">
+<div id="level2tabs"></div>
+<script type="text/javascript"><!--
+document.write("<text>Last Published:</text> " + document.lastModified);
+//  --></script>
+</div>
+<div class="breadtrail">
+             
+             &nbsp;
+           </div>
+<div id="menu">
+<div onclick="SwitchMenu('menu_selected_1.1', '../skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('../skin/images/chapter_open.gif');">Samples</div>
+<div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;">
+<div class="menupage">
+<div class="menupagetitle">Index</div>
+</div>
+<div class="menuitem">
+<a href="../samples/domcount.html">DOMCount</a>
+</div>
+<div class="menuitem">
+<a href="../samples/domcreate.html">DOMCreate</a>
+</div>
+<div class="menuitem">
+<a href="../samples/domprint.html">DOMPrint</a>
+</div>
+<div class="menuitem">
+<a href="../samples/dom2hash.html">DOM2Hash</a>
+</div>
+<div class="menuitem">
+<a href="../samples/saxcount.html">SAXCount</a>
+</div>
+<div class="menuitem">
+<a href="../samples/sax2count.html">SAX2Count</a>
+</div>
+<div class="menuitem">
+<a href="../samples/enumval.html">EnumVal</a>
+</div>
+<div class="menuitem">
+<a href="../samples/senumval.html">SEnumVal</a>
+</div>
+<div class="menuitem">
+<a href="../samples/validator.html">Validator</a>
+</div>
+<div class="menuitem">
+<a href="../samples/validator-dom.html">DOM Validator</a>
+</div>
+</div>
+<div id="credit">
+<hr>
+<a href="http://forrest.apache.org/"><img border="0" title="Built with Apache Forrest" alt="Built with Apache Forrest - logo" src="../images/built-with-forrest-button.png" style="width: 88px;height: 31px;"></a>
+</div>
+<div id="roundbottom">
+<img style="display: none" class="corner" height="15" width="15" alt="" src="../skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
+<div id="credit2"></div>
+</div>
+<div id="content">
+<div title="Portable Document Format" class="pdflink">
+<a class="dida" href="index.pdf"><img alt="PDF -icon" src="../skin/images/pdfdoc.gif" class="skin"><br>
+        PDF</a>
+</div>
+<h1>XML::Xerces sample applications</h1>
+<div id="minitoc-area">
+<ul class="minitoc">
+<li>
+<a href="#Sample+Code">Sample Code</a>
+</li>
+</ul>
+</div> 
+
+  
+<a name="N1000D"></a><a name="Sample+Code"></a>
+<h2 class="boxed">Sample Code</h2>
+<div class="section">
+<p>XML::Xerces comes with a number of sample applications:
+    </p>
+<ul>
+      
+<li>
+<a href="saxcount.html">SAXCount.pl</a>: Uses the SAX  interface to
+      output a count of the number of elements in an XML document</li> 
+      
+<li>
+<a href="sax2count.html">SAX2Count.pl</a>: Uses the SAX2  interface
+      to output a count of the number of elements in an XML document</li> 
+      
+<li>
+<a href="domcount.html">DOMCount.pl</a>: Uses the DOM  interface to
+      output a count of the number of elements in an XML document</li> 
+      
+<li>
+<a href="domprint.html">DOMPrint.pl</a>: Uses the DOM  interface to
+      output a pretty-printed version of an XML file to STDOUT </li> 
+      
+<li>
+<a href="domcreate.html">DOMCreate.pl</a>: Creates a simple XML
+      document using the DOM interface and writes it to STDOUT</li> 
+      
+<li>
+<a href="dom2hash.html">DOM2hash.pl</a>: Uses the DOM interface to
+      convert the file to a simple hash of lists representation</li>  
+      
+<li>
+<a href="enumval.html">EnumVal.pl</a>: Parses and input XML document
+      and outputs the DTD information to STDOUT</li>
+      
+<li>
+<a href="senumval.html">SEnumVal.pl</a>: Parses and input XML document
+      and outputs the XML Schema information to STDOUT</li>
+    
+</ul>
+</div>
+
+</div>
+<div class="clearboth">&nbsp;</div>
+</div>
+<div id="footer">
+<div class="lastmodified">
+<script type="text/javascript"><!--
+document.write("<text>Last Published:</text> " + document.lastModified);
+//  --></script>
+</div>
+<div class="copyright">
+        Copyright &copy;
+         2005 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
+</div>
+<div id="logos">
+<a href="http://validator.w3.org/check/referer"><img style="height: 31px; width: 88px;" title="Valid HTML 4.01!" alt="Valid HTML 4.01!" src="../skin/images/valid-html401.png" class="logoImage"></a><a href="http://jigsaw.w3.org/css-validator/check/referer"><img style="height: 31px; width: 88px;" title="Valid CSS!" alt="Valid CSS!" src="../skin/images/vcss.png" class="logoImage"></a>
+</div>
+<div id="feedback">
+    Send feedback about the website to:
+  <a id="feedbackto" href="mailto:webmaster@xerces.apache.org?subject=Feedback%C2%A0samples/index.html">webmaster@xerces.apache.org</a>
+</div>
+</div>
+</body>
+</html>

Added: xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/index.pdf
URL: http://svn.apache.org/viewcvs/xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/index.pdf?rev=385760&view=auto
==============================================================================
--- xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/index.pdf (added)
+++ xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/index.pdf Tue Mar 14 00:45:06 2006
@@ -0,0 +1,261 @@
+%PDF-1.3
+%ª«¬­
+4 0 obj
+<< /Type /Info
+/Producer (FOP 0.20.5) >>
+endobj
+5 0 obj
+<< /Length 380 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gau`N_,A/n&A@ZMH]/22+PG-8Aio_EkeS^'c<(T3-#I8B&C[T<hj]^$U&KR]J-V.Em(Qb?G.3Jt-HJIhN"8S,3#n:chG41Di@I\_`p!p($!sCoo@%0R2/R6V2fL:tX=$F!m*o"Sj/csp1=*P[eii=.oOAt6JX?LEWKSM?EB:,cm![BWi@;-ehrhH99\jtW!l;)5"IF``#u&jI-UP9>_fj?np?%OX(ij3^4`Xd)QdL:OUaa=$J4NGW4D=HI>]TKN>bN?4gm:#nK%<3'?J':;='gd&E@+[PJ[p@<k:+507[bg2ZHZ0L*fcfcE[OG',WR65oJ&&u^<,pWDf!gLB5MUn[\*6LFThuqWlbD[4(t_HS5&llp?5HT"hoe\5l~>
+endstream
+endobj
+6 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 5 0 R
+/Annots 7 0 R
+>>
+endobj
+7 0 obj
+[
+8 0 R
+]
+endobj
+8 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 102.0 559.666 174.332 547.666 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 9 0 R
+/H /I
+>>
+endobj
+10 0 obj
+<< /Length 1226 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gb!<N;/_sa&:i[6'n5L4`5Ta9OLHQN.TNU>l]N_qHOlA6mNSo$JSindIq-:H['1_;FE^`\m#Dn.N9;,j1KT_13c_qp/e5b6ooT#\KW%]7L&jWk*mO`[nI9M*(V@cO%/r&c^0_G3M8rF=d9#L,k:1LYh?l[#"4>D6dG=m5n4-<aQ$Ml/O.mlqr.<ikcin::]\(0C16Y2A0")o$Kqc&IbG<\\VK]gc3:M@`!qcUWp4+AS3tK?^.D\]"`ZO'P]=`NQ<?c3g2(=Qopm<rE,K8e\IQDqCQ'$uqq-O)CP.3'L1l7^/aQq%K82"o'N/+P@iU/i+67KB2coorh+E#Ojlj@i&7!R?#^0\laAcb,ic*%04[4'JWZI[#Lm=V`jol+3,nckF`mt"3]QnpfVc%5>!4,2"rM?W3$6CKj=g;SpAHW+$$4Z2?#R1+S>I%-/qaP8dL16Y4r2mr%6AM!;r4cU*bM$gI^+S5N>85;e5;gc+eQn@FCKb&0@q1`b%qh90?Q0H*RV.TgEHY1H1_"@Y$G`&NI<*7mb``<_R,Kq<"()$o.Zm.-;"f`A>''?((h0aHs(9f]0Ft<_(H@J/nn:%&1(gdWlZC!<<e-/`t8Jgl6@3o:'L["s]m](B#Y;U$:r2Y4g8iFqTMc.)6[q>TNXD2tl:'7%uZV*)79pUm75hV`GU72\fd8MGr#^NZh,n#F<.Xa&6<%k=?WD*3?<NTfea>:fF[:cpM/A&%W,_\9"[j!U7Y?+JARdX>?7@[SH+00ME;VFgm@f[[OcO+u[j,7+fol/e<q:MHn?<Bcpd%R*t@-Ac:%s.6I3Vps#krBP7.<;q#c&AOfp.Xj8P:Gige$h/,CK5GRGk,gP2O/q.:d]Q:NUN&^).2590uj'uaG8]"<%k=`$)VhOGn$sH:N8:FEj3Q]R\IF()SmD!Lbp1gasZW9BPU[[B<rkpZ*!AMlIZ?sjup]+UI-nAGi)'%]Wkljd#AKn,VIOR.iEnP>pqV
 o+V!SNWQ+)8JMbf^8Ik;.:G["hTh*D5S10U8W>X>t`aCJ2?n`B"->j_s%_^3mL;Kk^bW7<.A*Y!)^)OqG/$Rt1%.:,3.88Y]9pPYC%gP>3^dB9(m\4pg0&DYK;X6H`mBZj!<'YH-+ENQ1keR<)-R51^l_=;SV>EVQ8>p2gP&b"WlFPbA;9,RJ?BoM>bF;tm4N<YoEXV:"[Z(I![Ukj=>2-G26h.4kb:PWWq\tlpm0N~>
+endstream
+endobj
+11 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 10 0 R
+/Annots 12 0 R
+>>
+endobj
+12 0 obj
+[
+13 0 R
+14 0 R
+15 0 R
+16 0 R
+17 0 R
+18 0 R
+19 0 R
+20 0 R
+]
+endobj
+13 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 108.0 612.466 173.676 600.466 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (saxcount.html)
+/S /URI >>
+/H /I
+>>
+endobj
+14 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 108.0 586.066 179.676 574.066 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (sax2count.html)
+/S /URI >>
+/H /I
+>>
+endobj
+15 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 108.0 559.666 177.672 547.666 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (domcount.html)
+/S /URI >>
+/H /I
+>>
+endobj
+16 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 108.0 533.266 171.672 521.266 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (domprint.html)
+/S /URI >>
+/H /I
+>>
+endobj
+17 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 108.0 506.866 179.652 494.866 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (domcreate.html)
+/S /URI >>
+/H /I
+>>
+endobj
+18 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 108.0 480.466 176.328 468.466 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (dom2hash.html)
+/S /URI >>
+/H /I
+>>
+endobj
+19 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 108.0 454.066 166.332 442.066 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (enumval.html)
+/S /URI >>
+/H /I
+>>
+endobj
+20 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 108.0 427.666 173.004 415.666 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (senumval.html)
+/S /URI >>
+/H /I
+>>
+endobj
+22 0 obj
+<<
+ /Title (\376\377\0\61\0\40\0\123\0\141\0\155\0\160\0\154\0\145\0\40\0\103\0\157\0\144\0\145)
+ /Parent 21 0 R
+ /A 9 0 R
+>> endobj
+23 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F3
+/BaseFont /Helvetica-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+24 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F5
+/BaseFont /Times-Roman
+/Encoding /WinAnsiEncoding >>
+endobj
+25 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /Helvetica
+/Encoding /WinAnsiEncoding >>
+endobj
+26 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F2
+/BaseFont /Helvetica-Oblique
+/Encoding /WinAnsiEncoding >>
+endobj
+27 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F7
+/BaseFont /Times-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+1 0 obj
+<< /Type /Pages
+/Count 2
+/Kids [6 0 R 11 0 R ] >>
+endobj
+2 0 obj
+<< /Type /Catalog
+/Pages 1 0 R
+ /Outlines 21 0 R
+ /PageMode /UseOutlines
+ >>
+endobj
+3 0 obj
+<< 
+/Font << /F3 23 0 R /F5 24 0 R /F1 25 0 R /F2 26 0 R /F7 27 0 R >> 
+/ProcSet [ /PDF /ImageC /Text ] >> 
+endobj
+9 0 obj
+<<
+/S /GoTo
+/D [11 0 R /XYZ 85.0 659.0 null]
+>>
+endobj
+21 0 obj
+<<
+ /First 22 0 R
+ /Last 22 0 R
+>> endobj
+xref
+0 28
+0000000000 65535 f 
+0000004359 00000 n 
+0000004424 00000 n 
+0000004516 00000 n 
+0000000015 00000 n 
+0000000071 00000 n 
+0000000542 00000 n 
+0000000662 00000 n 
+0000000687 00000 n 
+0000004639 00000 n 
+0000000822 00000 n 
+0000002141 00000 n 
+0000002264 00000 n 
+0000002340 00000 n 
+0000002505 00000 n 
+0000002671 00000 n 
+0000002836 00000 n 
+0000003001 00000 n 
+0000003167 00000 n 
+0000003332 00000 n 
+0000003496 00000 n 
+0000004702 00000 n 
+0000003661 00000 n 
+0000003803 00000 n 
+0000003916 00000 n 
+0000004026 00000 n 
+0000004134 00000 n 
+0000004250 00000 n 
+trailer
+<<
+/Size 28
+/Root 2 0 R
+/Info 4 0 R
+>>
+startxref
+4753
+%%EOF

Added: xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/sax2count.html
URL: http://svn.apache.org/viewcvs/xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/sax2count.html?rev=385760&view=auto
==============================================================================
--- xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/sax2count.html (added)
+++ xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/sax2count.html Tue Mar 14 00:45:06 2006
@@ -0,0 +1,194 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta content="Apache Forrest" name="Generator">
+<meta name="Forrest-version" content="0.7">
+<meta name="Forrest-skin-name" content="pelt">
+<title>XML::Xerces Sample: SAX2Count</title>
+<link type="text/css" href="../skin/basic.css" rel="stylesheet">
+<link media="screen" type="text/css" href="../skin/screen.css" rel="stylesheet">
+<link media="print" type="text/css" href="../skin/print.css" rel="stylesheet">
+<link type="text/css" href="../skin/profile.css" rel="stylesheet">
+<script src="../skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="../skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="../skin/fontsize.js" language="javascript" type="text/javascript"></script>
+<link rel="shortcut icon" href="../">
+</head>
+<body onload="init()">
+<script type="text/javascript">ndeSetTextSize();</script>
+<div id="top">
+<div class="breadtrail">
+<a href="http://www.apache.org/">apache</a> &gt; <a href="http://xerces.apache.org/">xerces</a> &gt; <a href="http://xerces.apache.org/">xerces-p</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+</div>
+<div class="header">
+<div class="projectlogoA1">
+<a href="http://xerces.apache.org/"><img class="logoImage" alt="XML::Xerces" src="../images/project.png" title="Perl Bindings for Xerces-C"></a>
+</div>
+<div class="searchbox">
+<form action="http://www.google.com/search" method="get" class="roundtopsmall">
+<input value="xerces.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
+                    <input attr="value" name="Search" value="Search" type="submit">
+</form>
+</div>
+<ul id="tabs">
+<li>
+<a class="base-not-selected" href="../index.html">Home</a>
+</li>
+<li class="current">
+<a class="base-selected" href="../samples/index.html">Samples</a>
+</li>
+</ul>
+</div>
+</div>
+<div id="main">
+<div id="publishedStrip">
+<div id="level2tabs"></div>
+<script type="text/javascript"><!--
+document.write("<text>Last Published:</text> " + document.lastModified);
+//  --></script>
+</div>
+<div class="breadtrail">
+             
+             &nbsp;
+           </div>
+<div id="menu">
+<div onclick="SwitchMenu('menu_selected_1.1', '../skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('../skin/images/chapter_open.gif');">Samples</div>
+<div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;">
+<div class="menuitem">
+<a href="../samples/index.html" title="Sample Applications">Index</a>
+</div>
+<div class="menuitem">
+<a href="../samples/domcount.html">DOMCount</a>
+</div>
+<div class="menuitem">
+<a href="../samples/domcreate.html">DOMCreate</a>
+</div>
+<div class="menuitem">
+<a href="../samples/domprint.html">DOMPrint</a>
+</div>
+<div class="menuitem">
+<a href="../samples/dom2hash.html">DOM2Hash</a>
+</div>
+<div class="menuitem">
+<a href="../samples/saxcount.html">SAXCount</a>
+</div>
+<div class="menupage">
+<div class="menupagetitle">SAX2Count</div>
+</div>
+<div class="menuitem">
+<a href="../samples/enumval.html">EnumVal</a>
+</div>
+<div class="menuitem">
+<a href="../samples/senumval.html">SEnumVal</a>
+</div>
+<div class="menuitem">
+<a href="../samples/validator.html">Validator</a>
+</div>
+<div class="menuitem">
+<a href="../samples/validator-dom.html">DOM Validator</a>
+</div>
+</div>
+<div id="credit"></div>
+<div id="roundbottom">
+<img style="display: none" class="corner" height="15" width="15" alt="" src="../skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
+<div id="credit2"></div>
+</div>
+<div id="content">
+<div title="Portable Document Format" class="pdflink">
+<a class="dida" href="sax2count.pdf"><img alt="PDF -icon" src="../skin/images/pdfdoc.gif" class="skin"><br>
+        PDF</a>
+</div>
+<h1>XML::Xerces Sample: SAX2Count</h1>
+<div id="minitoc-area">
+<ul class="minitoc">
+<li>
+<a href="#Sample%3A+SAX2Count">Sample: SAX2Count</a>
+<ul class="minitoc">
+<li>
+<a href="#SAX2Count">SAX2Count</a>
+<ul class="minitoc">
+<li>
+<a href="#Running+SAX2Count">Running SAX2Count</a>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div> 
+
+
+
+<a name="N1000D"></a><a name="Sample%3A+SAX2Count"></a>
+<h2 class="boxed">Sample: SAX2Count</h2>
+<div class="section">
+<a name="N10013"></a><a name="SAX2Count"></a>
+<h3 class="boxed">SAX2Count</h3>
+<p>SAX2Count is the simplest application that counts the elements and characters of
+        a given XML file using the (event based) SAX2 API.</p>
+<a name="N1001C"></a><a name="Running+SAX2Count"></a>
+<h4>Running SAX2Count</h4>
+<p>The SAX2Count sample parses an XML file and prints out a count of the number of
+          elements in the file. To run SAX2Count, enter the following </p>
+<pre class="code">perl SAX2Count.pl &lt;XML File&gt;</pre>
+<p>The following parameters may be set from the command line </p>
+<pre class="code">
+Usage:
+    perl SAX2Count.pl [options] &lt;XML file | List file&gt;
+
+This program invokes the SAX2XMLReader, and then prints the
+number of elements, attributes, spaces and characters found
+in each XML file, using SAX2 API.
+
+Options:
+    -l          Indicate the input file is a List File that has a list of xml files.
+                Default to off (Input file is an XML file).
+    -v=xxx      Validation scheme [always | never | auto*].
+    -n          Enable namespace processing. Defaults to off.
+    -s          Ensable schema processing. Defaults to off.
+
+    -h          Show this help.
+
+  * = Default if not provided explicitly.
+</pre>
+<p>
+<em>-v=always</em> will force validation<br>
+             
+<em>-v=never</em> will not use any validation<br>
+             
+<em>-v=auto</em> will validate if a DOCTYPE declaration or a schema declaration is present in the XML document</p>
+<p>Here is a sample output from SAX2Count</p>
+<pre class="code">cd samples
+perl SAX2Count.pl -v=always personal.xml
+personal.xml: 60 ms (37 elems, 12 attrs, 134 spaces, 134 chars)</pre>
+<p>Running SAX2Count with the validating parser gives a different result because
+          ignorable white-space is counted separately from regular characters.</p>
+<pre class="code">perl SAX2Count.pl -v=never personal.xml
+personal.xml: 10 ms (37 elems, 12 attrs, 0 spaces, 268 chars)</pre>
+<p>Note that the sum of spaces and characters in both versions is the same.</p>
+<div class="frame note">
+<div class="label">Note</div>
+<div class="content">The time reported by the program may be different depending on your
+          machine processor.</div>
+</div>
+</div>
+
+</div>
+<div class="clearboth">&nbsp;</div>
+</div>
+<div id="footer">
+<div class="lastmodified">
+<script type="text/javascript"><!--
+document.write("<text>Last Published:</text> " + document.lastModified);
+//  --></script>
+</div>
+<div class="copyright">
+        Copyright &copy;
+         2005 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
+</div>
+<div id="feedback">
+    Send feedback about the website to:
+  <a id="feedbackto" href="mailto:webmaster@xerces.apache.org?subject=Feedback%C2%A0samples/sax2count.html">webmaster@xerces.apache.org</a>
+</div>
+</div>
+</body>
+</html>

Added: xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/sax2count.pdf
URL: http://svn.apache.org/viewcvs/xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/sax2count.pdf?rev=385760&view=auto
==============================================================================
--- xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/sax2count.pdf (added)
+++ xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/sax2count.pdf Tue Mar 14 00:45:06 2006
@@ -0,0 +1,230 @@
+%PDF-1.3
+%ª«¬­
+4 0 obj
+<< /Type /Info
+/Producer (FOP 0.20.5) >>
+endobj
+5 0 obj
+<< /Length 413 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gaua:_,A-(&;KY!MER8X1"gXfi!,,[*'H:R^l3N:,m@mQMl#_6p*MASi.7Z#LN^.Vrp@2N9N-*r=+E"AO;:O">L!@fQiphN#pYd0@_l&"KQIaNdIQg94C4I'2obsSTH79&[)hrrdYrgsA;RYh]kRfA!pRBMUHtKo>^2GZ/lg>HVqGj"S-c`-;-it[]WPF:[E#TqJJ=H";P5fka^a0(a\[u3eD9gp*C06S",JSlJ%"]&:s>2/#SCBsG5Wba3;u27X4X@1?0M<L1;lVTHX;b[Qa4)<(qW(r<hKcYmah`)"H@ta4gCt*@QZS=n0.(aJf0kBI$>2$/GY-J<Zf&Eh.GF<M-V8r+/'8,UNC:!0KEZh(bb0KrQL]Q1Ul1FBC2k)Gd+;$IF-LSc;.r1VYMo]ma8cMfs8Rc~>
+endstream
+endobj
+6 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 5 0 R
+/Annots 7 0 R
+>>
+endobj
+7 0 obj
+[
+8 0 R
+10 0 R
+]
+endobj
+8 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 102.0 559.666 211.676 547.666 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 9 0 R
+/H /I
+>>
+endobj
+10 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 108.0 541.466 182.84 529.466 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 11 0 R
+/H /I
+>>
+endobj
+12 0 obj
+<< /Length 2003 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gau0D>Ar7S'Roe[csou'X@SJb"D`SFdWOd#Y4[MZ9ck(=[Y;hdVG!EZqscbZ:cu*62d&3FLdd3^q9CuBcUBK&Ze(,gh_UUP;<W=$qo^F*It\hqN`0hcl'ELL34$[PY2]m"s1)g8k>W#XEMo&Hp$B0@MoG&)A`1pY_.#QKS]qR<J3W>k>Ib!^I:og+^78&@m`\gXbh8n==/>Bg9g&I"?KOs_T0$DN`@jAng7@tMJDkJ\qS!"T>Xht*+='0>=2qJ+<\`PRC?tQHR[R,DJfn$])S1B%2&B5eSs%4u:lR4tXDgG?YuhT8_J.AT7=pcjUsdT^<pDu9Zjs%]d^U^RA/WujT&Dge>-_rTT/oiHE[QjuEOJ2\[rE9=CK[A8q&1j9O.53"AqR?^D1dp(V=!GQhru`Y,XkOu.`jR^0X&bIS;riFN[qZO3]I#68'aE4-.m4p8MD;SE7jAhE,$)k6\8H(bp,P\WX4D/p9D^p6fi6-:2jSNV^(B[OSJ`[P[bkV\`eSqY\>]eX1EY\a$j66d\)DF52f=j8O]$a1s;BB8u&3h"d@2=7+U_-ASGMM8Sql\7#+SV,0;0,D\YR0>3,OjCbgq=*[BoPNIdM\k%U:Q4/ZS/qE/^#n1L@Tn-XUHQr2q7GcAgL#2n3t'+omaK+X55>mhm%'TkWhe1>-u!_V?-[3>dCrMb#60Y.Ap4WCbqA/u1D&qi0o+[[B<`B.eRRU(;rmQ?M_&s6^1k.:qP0D"#Fi*i'bncp)*#D,A&BRC^&j<2iFR3+afkRH\S]o"ac?8^q=]*-B(#f5X(DYfM4D)S?,:3g`eUr2C<rV/#01(.:Zb]\UuM[38"=_t]\2=)d7Him-n'1mA2s!?'MhDn+-JG)j[.p5'eo=`'6NXSPt_?`?OJrrO@M[#,MW#55MTji7IT`RljlS?"gC5F==,$n_A%#@B=<9=;'XK9e(L^<,;"K<a.j]7G&>_^%m9Spul7k"$JEkN#."!-I:ml=j
 TS/4R=;@]9/eEY>.S#tCR6VdD4ablse+r]T84@QhSA'7]h%&7ZU59VmZBUrp95(NZj&%B1#"Bc``N.uena`e%iSpD^7EK_S4FcM/"8mR"9mV@UEKYt"=O'qYKJPbC+LbQShH@'uH)nf\C+*!aN<'@2$]A*J2;2C%WI=-fhTHK=^TiG:R`(cdeqDs1a]0n&fbqhbUf3*K\e^#AXGF-F-)K</h:(ocNfXmS/p]M-=@eRn!aoG>-833firt>fsq2qDsI#DB[g?*b+E(l%h9T,\;g5a9`cnR4cha`"5dj(ZEBS_jT?5ndY,V+]QR(R:JLnmf7aI(D(HV.q4n<g5JJ:3;IPD'!jDDL_+IJY9aE@k!>;9HU=%/pGHTBW'cYRK<XL>kLqe7-8k9J!lN`fA!9B(,^47`aI1[TCojkQF<-=UX[R&ItNIZGbU]]mB^!n`P\ZH=A1e.3pCL=3O>'k4*J^g5GjXU6LqjTcM\7a&/7M!X^JekmUYhZJ!@)&MeRH%HD3Tca&dY5ZjG,IKk+ZU7&))X^0S'QANiY@Ehn$63S[Pqc&CdMKDXJZR*2f]h6icLI.`ud/tjfFGn0N!OYUm`@:%lV*tTQ#em3JN/K@])8</DGNeCo1G:Ei0O/9g<6DS5R.8J^LDALlgU8B.g@#-A)\hRa`:jKhSa+8Ge39k@'<R"H#mWUfKq#pP,DhtdX(8mJ/n8%'U\]L)p-6aQ#YE,bbKE)K=^2)F\5I1Y9kl[iH.R(@]!bh;5,j]^5?>u"DX*gXEmm9I5\H$e0_p9$LN3SOH>n4(+guV+l'leo3,o7r>V[ZP*)#<W/0Q2Bn.Ws=0pl6OI$S@$1U&!P*mSE<(K<P1NAo-p:`m:G5Rc@64kb<G>q>%$+W:A0][1^D:;UB=o)Y:Q6R"nO.-%i`A-#(ur@OBDBPi;c+U>[b6b^d&]/&&U4&uPoGFbEDe0F+e6B?ke^E5QCp>PP>HsQ4$'$X[i4]@\W#hmiW^OF
 POY0\#K:3e'cLiE@q%cUje~>
+endstream
+endobj
+13 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 12 0 R
+>>
+endobj
+14 0 obj
+<< /Length 803 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GauHHa_oie&A@B[G]\Ij+Xo%,Db8:Y.,(D4HjJ*k5hiXs^fj>ZC%M'>8kM'tS\jTa2JhpnkE3)X/X#jdjCc>$!PdA7B9X"12>g)^p?*ctg(<_o1ARADr>0TG[5:Ph7L`.Q#cdt4+hf(;++CgJ7io`cVU>>Y2`]jU@'N;U?kn;I-R2K"E%+phjSQ$$^2%JqUVEkcr/@.](,TWn`I6:UrPL0D&\4I5\p&rVinjCBa(OVQY-fd8c\0Rf=Db2/*mW'P&$ks1N[Vc`kfCIO;G\V"kf)_^GAr0O@PR2X[`8XoFcTN*bm#0s2FVHJFTfN+]BUP=;-)7f^MNa`6r0IW2Ds(QhD3,PN_Z1+,lr:W$pLo\@3(9b:`RW.ZReL2UbnE+EZ#2bZC^T=8iqLh&O(slO>j)!9d'%lnoUOE5.u=F=UFVBo#6T6/RXSGGVY\&b-RK4q-FKG)pSn<=nt]X*JdQ$7n[/t-u!jF#X];*DJ2'kU.4Rm623D,B_KA-QFbF&g#2qh4K)t[_S"6*!#N-hqm&Q0]=.7C6`mS?I\W-3h\=qAm]%g9>p@O9\_/t2C=K"of=H96ecfe`e6gPHUW41S[Um/P2"Y\;GksHX"SaS[AqgUp(A[1frMP_Jq7ZAugD`M$UBR(AfrEk^MSc[BHZ@k(#*X&1(?6MI2.4ojM&@%C0+IiX.63W[R4S/C$b,k8MYq^ii\V<<.\',-BW`N%&tGE1q/t.Mqm+iaYr12gZA%9M$-#q4;sHkl#pU#A]4TOlZ5uST+9ZK7_f2B,[bF5)]\Oat3p3-j)@a5ALI%eP~>
+endstream
+endobj
+15 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 14 0 R
+>>
+endobj
+17 0 obj
+<<
+ /Title (\376\377\0\61\0\40\0\123\0\141\0\155\0\160\0\154\0\145\0\72\0\40\0\123\0\101\0\130\0\62\0\103\0\157\0\165\0\156\0\164)
+ /Parent 16 0 R
+ /First 18 0 R
+ /Last 18 0 R
+ /Count -2
+ /A 9 0 R
+>> endobj
+18 0 obj
+<<
+ /Title (\376\377\0\61\0\56\0\61\0\40\0\123\0\101\0\130\0\62\0\103\0\157\0\165\0\156\0\164)
+ /Parent 17 0 R
+ /First 20 0 R
+ /Last 20 0 R
+ /Count -1
+ /A 11 0 R
+>> endobj
+20 0 obj
+<<
+ /Title (\376\377\0\61\0\56\0\61\0\56\0\61\0\40\0\122\0\165\0\156\0\156\0\151\0\156\0\147\0\40\0\123\0\101\0\130\0\62\0\103\0\157\0\165\0\156\0\164)
+ /Parent 18 0 R
+ /A 19 0 R
+>> endobj
+21 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F3
+/BaseFont /Helvetica-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+22 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F5
+/BaseFont /Times-Roman
+/Encoding /WinAnsiEncoding >>
+endobj
+23 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F6
+/BaseFont /Times-Italic
+/Encoding /WinAnsiEncoding >>
+endobj
+24 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /Helvetica
+/Encoding /WinAnsiEncoding >>
+endobj
+25 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F9
+/BaseFont /Courier
+/Encoding /WinAnsiEncoding >>
+endobj
+26 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F2
+/BaseFont /Helvetica-Oblique
+/Encoding /WinAnsiEncoding >>
+endobj
+27 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F7
+/BaseFont /Times-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+1 0 obj
+<< /Type /Pages
+/Count 3
+/Kids [6 0 R 13 0 R 15 0 R ] >>
+endobj
+2 0 obj
+<< /Type /Catalog
+/Pages 1 0 R
+ /Outlines 16 0 R
+ /PageMode /UseOutlines
+ >>
+endobj
+3 0 obj
+<< 
+/Font << /F3 21 0 R /F5 22 0 R /F1 24 0 R /F6 23 0 R /F9 25 0 R /F2 26 0 R /F7 27 0 R >> 
+/ProcSet [ /PDF /ImageC /Text ] >> 
+endobj
+9 0 obj
+<<
+/S /GoTo
+/D [13 0 R /XYZ 85.0 659.0 null]
+>>
+endobj
+11 0 obj
+<<
+/S /GoTo
+/D [13 0 R /XYZ 85.0 627.866 null]
+>>
+endobj
+16 0 obj
+<<
+ /First 17 0 R
+ /Last 17 0 R
+>> endobj
+19 0 obj
+<<
+/S /GoTo
+/D [13 0 R /XYZ 85.0 563.413 null]
+>>
+endobj
+xref
+0 28
+0000000000 65535 f 
+0000005573 00000 n 
+0000005645 00000 n 
+0000005737 00000 n 
+0000000015 00000 n 
+0000000071 00000 n 
+0000000575 00000 n 
+0000000695 00000 n 
+0000000727 00000 n 
+0000005882 00000 n 
+0000000862 00000 n 
+0000005945 00000 n 
+0000000998 00000 n 
+0000003094 00000 n 
+0000003202 00000 n 
+0000004097 00000 n 
+0000006011 00000 n 
+0000004205 00000 n 
+0000004421 00000 n 
+0000006062 00000 n 
+0000004602 00000 n 
+0000004800 00000 n 
+0000004913 00000 n 
+0000005023 00000 n 
+0000005134 00000 n 
+0000005242 00000 n 
+0000005348 00000 n 
+0000005464 00000 n 
+trailer
+<<
+/Size 28
+/Root 2 0 R
+/Info 4 0 R
+>>
+startxref
+6128
+%%EOF

Added: xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/saxcount.html
URL: http://svn.apache.org/viewcvs/xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/saxcount.html?rev=385760&view=auto
==============================================================================
--- xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/saxcount.html (added)
+++ xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/saxcount.html Tue Mar 14 00:45:06 2006
@@ -0,0 +1,194 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta content="Apache Forrest" name="Generator">
+<meta name="Forrest-version" content="0.7">
+<meta name="Forrest-skin-name" content="pelt">
+<title>XML::Xerces Sample: SAXCount</title>
+<link type="text/css" href="../skin/basic.css" rel="stylesheet">
+<link media="screen" type="text/css" href="../skin/screen.css" rel="stylesheet">
+<link media="print" type="text/css" href="../skin/print.css" rel="stylesheet">
+<link type="text/css" href="../skin/profile.css" rel="stylesheet">
+<script src="../skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="../skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="../skin/fontsize.js" language="javascript" type="text/javascript"></script>
+<link rel="shortcut icon" href="../">
+</head>
+<body onload="init()">
+<script type="text/javascript">ndeSetTextSize();</script>
+<div id="top">
+<div class="breadtrail">
+<a href="http://www.apache.org/">apache</a> &gt; <a href="http://xerces.apache.org/">xerces</a> &gt; <a href="http://xerces.apache.org/">xerces-p</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+</div>
+<div class="header">
+<div class="projectlogoA1">
+<a href="http://xerces.apache.org/"><img class="logoImage" alt="XML::Xerces" src="../images/project.png" title="Perl Bindings for Xerces-C"></a>
+</div>
+<div class="searchbox">
+<form action="http://www.google.com/search" method="get" class="roundtopsmall">
+<input value="xerces.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
+                    <input attr="value" name="Search" value="Search" type="submit">
+</form>
+</div>
+<ul id="tabs">
+<li>
+<a class="base-not-selected" href="../index.html">Home</a>
+</li>
+<li class="current">
+<a class="base-selected" href="../samples/index.html">Samples</a>
+</li>
+</ul>
+</div>
+</div>
+<div id="main">
+<div id="publishedStrip">
+<div id="level2tabs"></div>
+<script type="text/javascript"><!--
+document.write("<text>Last Published:</text> " + document.lastModified);
+//  --></script>
+</div>
+<div class="breadtrail">
+             
+             &nbsp;
+           </div>
+<div id="menu">
+<div onclick="SwitchMenu('menu_selected_1.1', '../skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('../skin/images/chapter_open.gif');">Samples</div>
+<div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;">
+<div class="menuitem">
+<a href="../samples/index.html" title="Sample Applications">Index</a>
+</div>
+<div class="menuitem">
+<a href="../samples/domcount.html">DOMCount</a>
+</div>
+<div class="menuitem">
+<a href="../samples/domcreate.html">DOMCreate</a>
+</div>
+<div class="menuitem">
+<a href="../samples/domprint.html">DOMPrint</a>
+</div>
+<div class="menuitem">
+<a href="../samples/dom2hash.html">DOM2Hash</a>
+</div>
+<div class="menupage">
+<div class="menupagetitle">SAXCount</div>
+</div>
+<div class="menuitem">
+<a href="../samples/sax2count.html">SAX2Count</a>
+</div>
+<div class="menuitem">
+<a href="../samples/enumval.html">EnumVal</a>
+</div>
+<div class="menuitem">
+<a href="../samples/senumval.html">SEnumVal</a>
+</div>
+<div class="menuitem">
+<a href="../samples/validator.html">Validator</a>
+</div>
+<div class="menuitem">
+<a href="../samples/validator-dom.html">DOM Validator</a>
+</div>
+</div>
+<div id="credit"></div>
+<div id="roundbottom">
+<img style="display: none" class="corner" height="15" width="15" alt="" src="../skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
+<div id="credit2"></div>
+</div>
+<div id="content">
+<div title="Portable Document Format" class="pdflink">
+<a class="dida" href="saxcount.pdf"><img alt="PDF -icon" src="../skin/images/pdfdoc.gif" class="skin"><br>
+        PDF</a>
+</div>
+<h1>XML::Xerces Sample: SAXCount</h1>
+<div id="minitoc-area">
+<ul class="minitoc">
+<li>
+<a href="#Sample%3A+SAXCount">Sample: SAXCount</a>
+<ul class="minitoc">
+<li>
+<a href="#SAXCount">SAXCount</a>
+<ul class="minitoc">
+<li>
+<a href="#Running+SAXCount">Running SAXCount</a>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div> 
+
+
+
+<a name="N1000D"></a><a name="Sample%3A+SAXCount"></a>
+<h2 class="boxed">Sample: SAXCount</h2>
+<div class="section">
+<a name="N10013"></a><a name="SAXCount"></a>
+<h3 class="boxed">SAXCount</h3>
+<p>SAXCount is the simplest application that counts the elements and characters of
+        a given XML file using the (event based) SAX API.</p>
+<a name="N1001C"></a><a name="Running+SAXCount"></a>
+<h4>Running SAXCount</h4>
+<p>The SAXCount sample parses an XML file and prints out a count of the number of
+          elements in the file. To run SAXCount, enter the following </p>
+<pre class="code">perl SAXCount.pl &lt;XML File&gt;</pre>
+<p>The following parameters may be set from the command line </p>
+<pre class="code">
+Usage:
+    perl SAXCount.pl [options] &lt;XML file | List file&gt;
+
+This program invokes the SAX Parser, and then prints the
+number of elements, attributes, spaces and characters found
+in each XML file, using SAX API.
+
+Options:
+    -l          Indicate the input file is a List File that has a list of xml files.
+                Default to off (Input file is an XML file).
+    -v=xxx      Validation scheme [always | never | auto*].
+    -n          Enable namespace processing. Defaults to off.
+    -s          Enable schema processing. Defaults to off.
+
+    -h          Show this help.
+
+  * = Default if not provided explicitly.
+</pre>
+<p>
+<em>-v=always</em> will force validation<br>
+             
+<em>-v=never</em> will not use any validation<br>
+             
+<em>-v=auto</em> will validate if a DOCTYPE declaration or a schema declaration is present in the XML document</p>
+<p>Here is a sample output from SAXCount</p>
+<pre class="code">cd samples
+perl SAXCount.pl -v=always personal.xml
+personal.xml: 60 ms (37 elems, 12 attrs, 134 spaces, 134 chars)</pre>
+<p>Running SAXCount with the validating parser gives a different result because
+          ignorable white-space is counted separately from regular characters.</p>
+<pre class="code">perl SAXCount.pl -v=never personal.xml
+personal.xml: 10 ms (37 elems, 12 attrs, 0 spaces, 268 chars)</pre>
+<p>Note that the sum of spaces and characters in both versions is the same.</p>
+<div class="frame note">
+<div class="label">Note</div>
+<div class="content">The time reported by the program may be different depending on your
+          machine processor.</div>
+</div>
+</div>
+
+</div>
+<div class="clearboth">&nbsp;</div>
+</div>
+<div id="footer">
+<div class="lastmodified">
+<script type="text/javascript"><!--
+document.write("<text>Last Published:</text> " + document.lastModified);
+//  --></script>
+</div>
+<div class="copyright">
+        Copyright &copy;
+         2005 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
+</div>
+<div id="feedback">
+    Send feedback about the website to:
+  <a id="feedbackto" href="mailto:webmaster@xerces.apache.org?subject=Feedback%C2%A0samples/saxcount.html">webmaster@xerces.apache.org</a>
+</div>
+</div>
+</body>
+</html>

Added: xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/saxcount.pdf
URL: http://svn.apache.org/viewcvs/xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/saxcount.pdf?rev=385760&view=auto
==============================================================================
--- xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/saxcount.pdf (added)
+++ xerces/xerces-p/trunk/docs/forrest-docs/build/site/samples/saxcount.pdf Tue Mar 14 00:45:06 2006
@@ -0,0 +1,230 @@
+%PDF-1.3
+%ª«¬­
+4 0 obj
+<< /Type /Info
+/Producer (FOP 0.20.5) >>
+endobj
+5 0 obj
+<< /Length 412 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gaua:9iJn_&;KZL'mhJ:f6hZZi!,,[*'H:R^l3N:,m@mQMl#_6mnHt2_#m2%&++8l]\@)2RAT=oY!C"J+Y=OT\"%Hj0EKs8!_+f/`#Mc4KQIaNdIQg94C4I'2obsS83O>3BT_ZmV&9Mpa`:Fs=7#uo+MG6a1l,(q$Z"1D67'<fR_>$,H'!@feV/Lul`)gBHT_0;#_)"c\9*HN0\3q0#hAL4]%\:+",=OeBBV\[_du&a@T75:Lu_QNf5FOojUX4Tjd$8<6N<+6+g9t<#PPfS.=:BXYo=Ed"e$S%IL\k>ckn1`':ZQ^QKQP4*(h5M0Z8PK7g[#QU7\)kp#2t)D76Pgfp*iA,KVtA.,>d`9Fb2H`f%EA5I2]Xb\]Sr=hC^b%(;Ft&%^K2!G]j+1`p=h*rR%-F2_b~>
+endstream
+endobj
+6 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 5 0 R
+/Annots 7 0 R
+>>
+endobj
+7 0 obj
+[
+8 0 R
+10 0 R
+]
+endobj
+8 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 102.0 559.666 205.676 547.666 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 9 0 R
+/H /I
+>>
+endobj
+10 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 108.0 541.466 176.84 529.466 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 11 0 R
+/H /I
+>>
+endobj
+12 0 obj
+<< /Length 1995 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gau0DD/\/e&H;*)ToVcBZQ_h0<3R/%>Ik:bR^M#!U$2g$VJTbIV!01#JGo86,Z6bYP+/Tp!lQ9Ont*I?GV=BJR(ZhMrgpYg7)JVep6S_3rq^LX*2hROdk<quEFt>+>UT#$r9&P+4JtB:*d:6@grt5:]i`LM>_W`*(G+,nf@eC+"Se`e^Qj/M4E)&tkOTQ;kK]T?a..R:G=<u7d)>NO0CpNkc^c`7ig1]Fm>cOg:jALd+OE)qQOu1G&We*/.UuROX-`8q.dQcMg58ct_GFo7/QKQcR1#H\:CH8-BL\C9eT]sLA#XoF$)_2be]?.$PKH#>>A4:AdTXCP9B2a;P@[uHH%u(3BZ[PCI-O+fb+5nGa4Ugeh8X$=XC[5(jD2-T4Dp<dR42@nb(bL%XmDrmhjH(^,XkOu.`jR^0X&eJS;riFM(?-J5.A19#1'L0'(!'qA=)`mE7a#]E+p#l6["IcR7DqAe?B>PlU-kIQH!8XSBlaES.:3n"UXsVpr3GV\_lFL@)F%LYNg#8)&I9q8W+\Qq1L[Y)AQgmE@c%n;%>0p.%"]a*O9:$,KoV2L=%5FKYS_;*Kk6uoMuRbVaYKpb9f<Zh.%]mX"c7(fK;n"IHPUob^bJO&#9T4#Gct/&8!aT-XI^'\fj%V?pk,`d,IFR:j7R'4Gl\n.pa!s9EA__>"XnY:&`X(>)b/N50oH+PEb+E,G>sL*3o\+=M0i@R+]IQkdods-kSo!A\OY<pG1Xn//G*S-@_]UH0CG_%(<&X,R4X!b5)ZEKVtpOHPLJQHtne/G);W.!J0Cl?M^0.D'#Xi9K>l(:c8*i4MFJ"S:[%i)nS;(7>,C//@JiQ;L=9Vhgc6^7$?BgIn@#ApPm"-#$5Yp.3G%9hJ6_1L?5@)JkmCQ8gE=a$L&*Re=J9rW+R,&Yk5LZPFJG8Gd8gY-.^(fBOsbP6u^Ie'UfsQ?[G"'Wl]Lr25;D:+YYrUNYrM,5"ht)+?31Dp3f`$ES>\
 H6mD$[\`-\7p=jE6ef&SGWC^,Iob?.7=lLmm?!:H3)5B[UGl36E3hc66M"2_ef6"OWV)HE[csTfUmA@ZF9KVO)>fTQr"P#LJMAUIFApUBrZ4m5O5!OYL]*H34Vk_-,p?CDh*GkAtc9L;F=m9s'F*G.uP+suKVu-61iBWMJK0$%QI1nP^rohN.-LMLRPA?a5b.Q$Z)m"JmEPB%X<p5...@b_E5nMkfmtDTQ>6/hh/!7qTfj,G^-.LltnI>Dh8a.uD-0]PDkMUe^C#OO]!RXNhsO0jR$Fq)"9^CB4d%A/Ntrp.:_4EhH[3XF6!4r"Ua`1IWm';:M.ki^']r@_qqX/A7a3I`*^Kn,F%j8DsX)X(_l^![@$5Km22UQ"Yh%)/mQ%]mmTfoBN`O=NP+]C!,iXo5\sEE&g\\`Ed4Ub0'"qNf*/_TZfM?C+Ok103mV^Ag`@'aPI(ZN9ab6b>O?&_TEiT1sgUac"%,@eqAHaTuc!hedR6V'N)Sh8=`;F9)!E]>G;M[CGac(:e:1?H?d\jmdLc1TT7.#3$hk)*"`5E6/WUm_r;&F7c9`u*BO)obR<gt$Pus1fi=F4cJs]1f[SZa*37e3"/e3p)L*M5'U)9Kj*G=0eD#g\6O/9sSu0B<@/G@_S=lon]`oZj=`Br.BKl&QbLh\BaX53S5,4*^#hEssfm]F?EisKOaAqJnDMe4c9"+\#/^sTr92`o,!s&Fn0iYsL#@8Cm)0kA7]3>Vn`VYD(alJHq=5_1HEs1H((oJNc/91_SU%#)bfu:oX=n^YQ$U\Ud!bQj?20394`n;d%TsYDZV)qYNh'^[Z<h1:`nH":j4=B,VKF5m;[$I"CL6U)_F,=9J"B=srR/51^!dt1V[?MP9k/Db:Cpk?36da_$BEcY:\ZTj?Wo<COc[gFfr%VR1qm]$MQYj(YV&+`lom*__FL!DRL3u
 qVaq^Z*^K_1Q3W~>
+endstream
+endobj
+13 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 12 0 R
+>>
+endobj
+14 0 obj
+<< /Length 803 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GauHHa_oie&A@B[G]\Ij+Xo%,Db8:Y.,(D4HjJ*k5hiXs^fj>ZC%M'>8kM'tS\jTa2JhpnkE3)X/X#jdjCc>$!PdA7B9X"12>g)^p?*ctg(<_o1ARADr>0TG[5:Ph7L`.Q#cdt4+hf(;++CgJ7io`cVU>>Y2`]jU@'N;U?kn;I-R2K"E%+phjSQ$$^2%JqUVEkcr/@.](,TWn`I6:UrPL0D&\4I5\p&rVinjCBa(OVQY-fd8c\0Rf=Db2/*mW'P&$ks1N[Vc`kfCIO;G\V"kf)_^GAr0O@PR2X[`8XoFcTN*bm#0s2FVHJFTfN+]BUP=;-)7f^MNa`6r0IW2Ds(QhD3,PN_Z1+,lr:W$pLo\@3(9b:`RW.ZReL2UbnE+EZ#2bZC^T=8iqLh&O(slO>j)!9d'%lnoUOE5.u=F=UFVBo#6T6/RXSGGVY\&b-RK4q-FKG)pSn<=nt]X*JdQ$7n[/t-u!jF#X];*DJ2'kU.4Rm623D,B_KA-QFbF&g#2qh4K)t[_S"6*!#N-hqm&Q0]=.7C6`mS?I\W-3h\=qAm]%g9>p@O9\_/t2C=K"of=H96ecfe`e6gPHUW41S[Um/P2"Y\;GksHX"SaS[AqgUp(A[1frMP_Jq7ZAugD`M$UBR(AfrEk^MSc[Bqs3B!=H$Il)!>id!McMXbc"?b=l;e%ae?SqAB5Qk\@pKljMpKsVjT5:iCk^iEt(^,i6sO-YFG7=Qc4+RXiZ<S/JO7:0W$%_1-^@`R"-%224OT3ogj**+^!J?AfF1Gh(F<<m1*RV3WJ0kBZBuOm$+A,~>
+endstream
+endobj
+15 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 14 0 R
+>>
+endobj
+17 0 obj
+<<
+ /Title (\376\377\0\61\0\40\0\123\0\141\0\155\0\160\0\154\0\145\0\72\0\40\0\123\0\101\0\130\0\103\0\157\0\165\0\156\0\164)
+ /Parent 16 0 R
+ /First 18 0 R
+ /Last 18 0 R
+ /Count -2
+ /A 9 0 R
+>> endobj
+18 0 obj
+<<
+ /Title (\376\377\0\61\0\56\0\61\0\40\0\123\0\101\0\130\0\103\0\157\0\165\0\156\0\164)
+ /Parent 17 0 R
+ /First 20 0 R
+ /Last 20 0 R
+ /Count -1
+ /A 11 0 R
+>> endobj
+20 0 obj
+<<
+ /Title (\376\377\0\61\0\56\0\61\0\56\0\61\0\40\0\122\0\165\0\156\0\156\0\151\0\156\0\147\0\40\0\123\0\101\0\130\0\103\0\157\0\165\0\156\0\164)
+ /Parent 18 0 R
+ /A 19 0 R
+>> endobj
+21 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F3
+/BaseFont /Helvetica-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+22 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F5
+/BaseFont /Times-Roman
+/Encoding /WinAnsiEncoding >>
+endobj
+23 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F6
+/BaseFont /Times-Italic
+/Encoding /WinAnsiEncoding >>
+endobj
+24 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /Helvetica
+/Encoding /WinAnsiEncoding >>
+endobj
+25 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F9
+/BaseFont /Courier
+/Encoding /WinAnsiEncoding >>
+endobj
+26 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F2
+/BaseFont /Helvetica-Oblique
+/Encoding /WinAnsiEncoding >>
+endobj
+27 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F7
+/BaseFont /Times-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+1 0 obj
+<< /Type /Pages
+/Count 3
+/Kids [6 0 R 13 0 R 15 0 R ] >>
+endobj
+2 0 obj
+<< /Type /Catalog
+/Pages 1 0 R
+ /Outlines 16 0 R
+ /PageMode /UseOutlines
+ >>
+endobj
+3 0 obj
+<< 
+/Font << /F3 21 0 R /F5 22 0 R /F1 24 0 R /F6 23 0 R /F9 25 0 R /F2 26 0 R /F7 27 0 R >> 
+/ProcSet [ /PDF /ImageC /Text ] >> 
+endobj
+9 0 obj
+<<
+/S /GoTo
+/D [13 0 R /XYZ 85.0 659.0 null]
+>>
+endobj
+11 0 obj
+<<
+/S /GoTo
+/D [13 0 R /XYZ 85.0 627.866 null]
+>>
+endobj
+16 0 obj
+<<
+ /First 17 0 R
+ /Last 17 0 R
+>> endobj
+19 0 obj
+<<
+/S /GoTo
+/D [13 0 R /XYZ 85.0 563.413 null]
+>>
+endobj
+xref
+0 28
+0000000000 65535 f 
+0000005549 00000 n 
+0000005621 00000 n 
+0000005713 00000 n 
+0000000015 00000 n 
+0000000071 00000 n 
+0000000574 00000 n 
+0000000694 00000 n 
+0000000726 00000 n 
+0000005858 00000 n 
+0000000861 00000 n 
+0000005921 00000 n 
+0000000997 00000 n 
+0000003085 00000 n 
+0000003193 00000 n 
+0000004088 00000 n 
+0000005987 00000 n 
+0000004196 00000 n 
+0000004407 00000 n 
+0000006038 00000 n 
+0000004583 00000 n 
+0000004776 00000 n 
+0000004889 00000 n 
+0000004999 00000 n 
+0000005110 00000 n 
+0000005218 00000 n 
+0000005324 00000 n 
+0000005440 00000 n 
+trailer
+<<
+/Size 28
+/Root 2 0 R
+/Info 4 0 R
+>>
+startxref
+6104
+%%EOF



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org