[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xalan-cvs
Subject:    svn commit: r1361441 [4/4] - in /xalan/site/docs/xalan: ./ xalan-c/ xalan-j/ xalan-j/design/ xalan-j
From:       shathaway () apache ! org
Date:       2012-07-13 23:28:14
Message-ID: 20120713232817.9808D2388A40 () eris ! apache ! org
[Download RAW message or body]

Modified: xalan/site/docs/xalan/xalan-j/xsltc/xsltc_namespace.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc/xsltc_namespace.html?rev=1361441&r1=1361440&r2=1361441&view=diff
 ==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc/xsltc_namespace.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc/xsltc_namespace.html Fri Jul 13 23:28:11 2012
@@ -1,9 +1,9 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" \
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  <html>
 <head>
 <title>ASF: XSLTC and Namespaces</title>
-<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 <meta http-equiv="Content-Style-Type" content="text/css" />
 <link rel="stylesheet" type="text/css" href="resources/apache-xalan.css" />
 </head>
@@ -151,7 +151,7 @@
 <a href="#NSC">Namespaces in the output document</a>
 </li>
   </ul>
-  <a name="functionality">&#8204;</a>
+  <a name="functionality">‌</a>
   <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -190,7 +190,7 @@
     more likely to happen to the default namespace than any other prefix. Here
     is an example of this:</p>
 
-    <a name="xml_sample_1">&#8204;</a>
+    <a name="xml_sample_1">‌</a>
 <blockquote class="source">
 <pre>
     &lt;?xml version="1.0"?&gt;
@@ -223,7 +223,7 @@
     <p>By changing the default namespace we could have made the document a
     little bit simpler and more readable:</p>
 
-    <a name="xml_sample_2">&#8204;</a>
+    <a name="xml_sample_2">‌</a>
 <blockquote class="source">
 <pre>
     &lt;?xml version="1.0"?&gt;
@@ -248,7 +248,7 @@
     sufficient. Note that this also applies to the <code>&lt;address&gt;</code>
     where the namespace is first defined. This is in effect a redefinition of
     the default namespace.</p>
-  <a name="overview">&#8204;</a>
+  <a name="overview">‌</a>
   <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -257,7 +257,7 @@
     <p>Namespaces will have to be handled in three separate parts of the XSLT
     compiler:</p>
 
-    <a name="all_namespaces">&#8204;</a>
+    <a name="all_namespaces">‌</a>
       <p>
 <img src="all_namespaces.gif" alt="all_namespaces.gif" />
 </p>
@@ -278,7 +278,7 @@
     intersection of the first two. The output document should not contain any
     more namespace declarations than necessary.</p>
 
-    <a name="NSA">&#8204;</a>
+    <a name="NSA">‌</a>
     <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -291,7 +291,7 @@
 <a href="#assign">Assigning namespace types to DOM nodes</a>
 </li>                
     </ul>
-    <a name="dom-namespace">&#8204;</a>
+    <a name="dom-namespace">‌</a>
     <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -326,7 +326,7 @@
     namespace type maps to a namespace name (and a prefix with a limited
     scope):</p>
 
-    <a name="type_mappings">&#8204;</a>
+    <a name="type_mappings">‌</a>
     <p>
 <img src="type_mappings.gif" alt="type_mappings.gif" />
 </p>
@@ -352,7 +352,7 @@
     are local to the XML document and will be expanded to the full namespace
     names when the nodes are put into the DOM. This, however, is not a trivial
     matter.</p>
-    <a name="assign">&#8204;</a>
+    <a name="assign">‌</a>
     <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -453,7 +453,7 @@
 </pre>
 </blockquote>
 
-  <a name="NSB">&#8204;</a>
+  <a name="NSB">‌</a>
   <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -469,7 +469,7 @@
 <a href="#wildcards">Wildcards and namespaces</a>
 </li>
   </ul>
-    <a name="store-access">&#8204;</a>
+    <a name="store-access">‌</a>
     <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -527,7 +527,7 @@
     has built the DOM (a DOMImpl object), it passes the DOM to the a DOM
     adapter (a DOMAdapter object) together with the names array. The DOM
     adapter then maps the translet's types to the DOM's types.</p>
-   <a name="mapdom-stylesheet">&#8204;</a>
+   <a name="mapdom-stylesheet">‌</a>
   <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -539,7 +539,7 @@
     QName in the translet will match the exanded QName in the DOM. This assures
     matches on full QNames, but does not do much for <code>match="A:*"</code> type
     XPath patterns. This is where our main challenge lies.</p>
-    <a name="wildcards">&#8204;</a>
+    <a name="wildcards">‌</a>
     <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -555,7 +555,7 @@
     for the node's parents in case you were matching on "<code>path/*</code>"-type
     patterns.) This figure shows how that was done:</p>
 
-    <a name="match_namespace1">&#8204;</a>
+    <a name="match_namespace1">‌</a>
     <p>
 <img src="match_namespace1.gif" alt="match_namespace1.gif" />
 </p>
@@ -581,7 +581,7 @@
     format "<code>ns:*</code>", "<code>foo/ns:*</code>" or "<code>ns:@*</code>", \
which  this figure illustrates:</p>
 
-    <a name="match_namespace2">&#8204;</a>
+    <a name="match_namespace2">‌</a>
       <p>
 <img src="match_namespace2.gif" alt="match_namespace2.gif" />
 </p>
@@ -757,7 +757,7 @@
      
     </ul>
 
-     <a name="NSC">&#8204;</a>
+     <a name="NSC">‌</a>
      <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -784,7 +784,7 @@
       </li>
     </ul>
 
-      <a name="output_namespaces1">&#8204;</a>
+      <a name="output_namespaces1">‌</a>
       <p>
 <img src="output_namespaces1.gif" alt="output_namespaces1.gif" />
 </p>
@@ -811,7 +811,7 @@
     The datastructures used for this are similar to those used to track
     namespaces in the XSL stylesheet:</p>
 
-    <a name="output_namespaces2">&#8204;</a>
+    <a name="output_namespaces2">‌</a>
     <p>
 <img src="output_namespaces2.gif" alt="output_namespaces2.gif" />
 </p>
@@ -826,7 +826,7 @@
 <a href="#content">(top)</a>
 </p>
 </div>
-<div id="footer">Copyright © 1999-2012 The Apache Software Foundation<br />Apache, \
Xalan, and the Feather logo are trademarks of The Apache Software Foundation<div \
class="small">Web Page created on - Sun 03/18/2012</div> +<div id="footer">Copyright  \
© 1999-2012 The Apache Software Foundation<br />Apache, Xalan, and the Feather logo \
are trademarks of The Apache Software Foundation<div class="small">Web Page created \
on - Fri 07/13/2012</div>  </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc/xsltc_native_api.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc/xsltc_native_api.html?rev=1361441&r1=1361440&r2=1361441&view=diff
 ==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc/xsltc_native_api.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc/xsltc_native_api.html Fri Jul 13 23:28:11 \
2012 @@ -1,9 +1,9 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" \
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  <html>
 <head>
 <title>ASF: XSLTC Native API Documentation</title>
-<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 <meta http-equiv="Content-Style-Type" content="text/css" />
 <link rel="stylesheet" type="text/css" href="resources/apache-xalan.css" />
 </head>
@@ -251,7 +251,7 @@
 
     
 
-    <a name="document-locator">&#8204;</a>
+    <a name="document-locator">‌</a>
     <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -549,7 +549,7 @@
 <a href="#content">(top)</a>
 </p>
 </div>
-<div id="footer">Copyright © 1999-2012 The Apache Software Foundation<br />Apache, \
Xalan, and the Feather logo are trademarks of The Apache Software Foundation<div \
class="small">Web Page created on - Sun 03/18/2012</div> +<div id="footer">Copyright  \
© 1999-2012 The Apache Software Foundation<br />Apache, Xalan, and the Feather logo \
are trademarks of The Apache Software Foundation<div class="small">Web Page created \
on - Fri 07/13/2012</div>  </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc/xsltc_performance.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc/xsltc_performance.html?rev=1361441&r1=1361440&r2=1361441&view=diff
 ==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc/xsltc_performance.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc/xsltc_performance.html Fri Jul 13 23:28:11 \
2012 @@ -1,9 +1,9 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" \
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  <html>
 <head>
 <title>ASF: XSLTC Performance</title>
-<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 <meta http-equiv="Content-Style-Type" content="text/css" />
 <link rel="stylesheet" type="text/css" href="resources/apache-xalan.css" />
 </head>
@@ -189,7 +189,7 @@
     </ul>
   
 
-  <a name="pred">&#8204;</a>
+  <a name="pred">‌</a>
   <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -247,7 +247,7 @@
 
   
 
-  <a name="idkey">&#8204;</a>
+  <a name="idkey">‌</a>
   <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -269,7 +269,7 @@
 
   
 
-  <a name="union">&#8204;</a>
+  <a name="union">‌</a>
   <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -316,7 +316,7 @@
  
   
 
-  <a name="sort">&#8204;</a>
+  <a name="sort">‌</a>
   <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -370,7 +370,7 @@
 
   
 
-  <a name="cache">&#8204;</a>
+  <a name="cache">‌</a>
   <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -398,7 +398,7 @@
     </ul>
   
 
-  <a name="trax">&#8204;</a>
+  <a name="trax">‌</a>
   <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -432,7 +432,7 @@
 
     
 
-    <a name="trax-cache">&#8204;</a>
+    <a name="trax-cache">‌</a>
     <h5>Input document caching</h5>
 
     <p>An extension to the TrAX API allows input documents to be cached. The
@@ -454,7 +454,7 @@
 <a href="#content">(top)</a>
 </p>
 </div>
-<div id="footer">Copyright © 1999-2012 The Apache Software Foundation<br />Apache, \
Xalan, and the Feather logo are trademarks of The Apache Software Foundation<div \
class="small">Web Page created on - Sun 03/18/2012</div> +<div id="footer">Copyright  \
© 1999-2012 The Apache Software Foundation<br />Apache, Xalan, and the Feather logo \
are trademarks of The Apache Software Foundation<div class="small">Web Page created \
on - Fri 07/13/2012</div>  </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc/xsltc_predicates.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc/xsltc_predicates.html?rev=1361441&r1=1361440&r2=1361441&view=diff
 ==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc/xsltc_predicates.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc/xsltc_predicates.html Fri Jul 13 23:28:11 \
2012 @@ -1,9 +1,9 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" \
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  <html>
 <head>
 <title>ASF: XSLTC Predicate Handling</title>
-<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 <meta http-equiv="Content-Style-Type" content="text/css" />
 <link rel="stylesheet" type="text/css" href="resources/apache-xalan.css" />
 </head>
@@ -327,7 +327,7 @@
 
     
 
-    <a name="exception">&#8204;</a>
+    <a name="exception">‌</a>
     <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -483,7 +483,7 @@
 
     
 
-    <a name="step-patterns">&#8204;</a>
+    <a name="step-patterns">‌</a>
     <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -556,7 +556,7 @@
 <a href="#content">(top)</a>
 </p>
 </div>
-<div id="footer">Copyright © 1999-2012 The Apache Software Foundation<br />Apache, \
Xalan, and the Feather logo are trademarks of The Apache Software Foundation<div \
class="small">Web Page created on - Sun 03/18/2012</div> +<div id="footer">Copyright  \
© 1999-2012 The Apache Software Foundation<br />Apache, Xalan, and the Feather logo \
are trademarks of The Apache Software Foundation<div class="small">Web Page created \
on - Fri 07/13/2012</div>  </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc/xsltc_runtime.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc/xsltc_runtime.html?rev=1361441&r1=1361440&r2=1361441&view=diff
 ==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc/xsltc_runtime.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc/xsltc_runtime.html Fri Jul 13 23:28:11 2012
@@ -1,9 +1,9 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" \
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  <html>
 <head>
 <title>ASF: XSLTC runtime environment</title>
-<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 <meta http-equiv="Content-Style-Type" content="text/css" />
 <link rel="stylesheet" type="text/css" href="resources/apache-xalan.css" />
 </head>
@@ -168,7 +168,7 @@
 
    
 
-  <a name="overview">&#8204;</a>
+  <a name="overview">‌</a>
   <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -200,7 +200,7 @@
     <p>This process can be initiated either through XSLTC's native API or
     through the implementation of the JAXP/TrAX API.</p>
 
-    <a name="translet">&#8204;</a>
+    <a name="translet">‌</a>
     <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -263,7 +263,7 @@
     public void &lt;init&gt;();</pre>
 </blockquote>
 
-    <a name="namesarray">&#8204;</a>
+    <a name="namesarray">‌</a>
     <p>The translet's constructor initializes a table of all the elements we
     want to search for in the XML input document. This table is called the
     <code>namesArray</code>, and maps each element name to an unique integer
@@ -291,7 +291,7 @@
 
    
 
-  <a name="types">&#8204;</a>
+  <a name="types">‌</a>
   <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -301,7 +301,7 @@
     <b>Read carefully!!!</b>
 </p>
 
-    <a name="external-types">&#8204;</a>
+    <a name="external-types">‌</a>
     <p>Every node in the input XML document(s) is assigned a type by the DOM
     builder class. This type is a unique integer value which represents the
     element, so that for instance all <code>&lt;bob&gt;</code> elements in the
@@ -312,7 +312,7 @@
     referred to as <b>external types</b> or <b>DOM types</b>, as they are
     types known only outside of the translet.</p>
 
-    <a name="internal-types">&#8204;</a>
+    <a name="internal-types">‌</a>
     <p>Similarly the translet assignes types to all element and attribute names
     that are referenced in the stylesheet. This type assignment is done at
     compile-time, while the DOM builder assigns the external types at runtime.
@@ -414,7 +414,7 @@
 
    
 
-  <a name="mainloop">&#8204;</a>
+  <a name="mainloop">‌</a>
   <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -572,7 +572,7 @@
 
    
 
-  <a name="library">&#8204;</a>
+  <a name="library">‌</a>
   <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -611,7 +611,7 @@
 
    
 
-  <a name="output">&#8204;</a>
+  <a name="output">‌</a>
   <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -671,7 +671,7 @@
 <a href="#content">(top)</a>
 </p>
 </div>
-<div id="footer">Copyright © 1999-2012 The Apache Software Foundation<br />Apache, \
Xalan, and the Feather logo are trademarks of The Apache Software Foundation<div \
class="small">Web Page created on - Sun 03/18/2012</div> +<div id="footer">Copyright  \
© 1999-2012 The Apache Software Foundation<br />Apache, Xalan, and the Feather logo \
are trademarks of The Apache Software Foundation<div class="small">Web Page created \
on - Fri 07/13/2012</div>  </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc/xsltc_trax.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc/xsltc_trax.html?rev=1361441&r1=1361440&r2=1361441&view=diff
 ==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc/xsltc_trax.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc/xsltc_trax.html Fri Jul 13 23:28:11 2012
@@ -1,9 +1,9 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" \
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  <html>
 <head>
 <title>ASF: The Translet API and TrAX</title>
-<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 <meta http-equiv="Content-Style-Type" content="text/css" />
 <link rel="stylesheet" type="text/css" href="resources/apache-xalan.css" />
 </head>
@@ -186,7 +186,7 @@
 
   
 
-  <a name="abstract">&#8204;</a>
+  <a name="abstract">‌</a>
   <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -221,7 +221,7 @@
 
   
 
-  <a name="trax">&#8204;</a>
+  <a name="trax">‌</a>
   <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -353,7 +353,7 @@
 
   
 
-  <a name="config">&#8204;</a>
+  <a name="config">‌</a>
   <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -395,7 +395,7 @@
 
   
 
-  <a name="design">&#8204;</a>
+  <a name="design">‌</a>
   <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -439,7 +439,7 @@
 
   
 
-  <a name="detailed_design">&#8204;</a>
+  <a name="detailed_design">‌</a>
   <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -462,7 +462,7 @@
 </li>
   </ul>
 
-  <a name="factory_design">&#8204;</a>
+  <a name="factory_design">‌</a>
   <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -563,7 +563,7 @@
 
   
 
-  <a name="template_design">&#8204;</a>
+  <a name="template_design">‌</a>
   <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -715,7 +715,7 @@
 
   
 
-  <a name="transformer_design">&#8204;</a>
+  <a name="transformer_design">‌</a>
   <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -831,7 +831,7 @@
 <a href="#content">(top)</a>
 </p>
 </div>
-<div id="footer">Copyright © 1999-2012 The Apache Software Foundation<br />Apache, \
Xalan, and the Feather logo are trademarks of The Apache Software Foundation<div \
class="small">Web Page created on - Sun 03/18/2012</div> +<div id="footer">Copyright  \
© 1999-2012 The Apache Software Foundation<br />Apache, Xalan, and the Feather logo \
are trademarks of The Apache Software Foundation<div class="small">Web Page created \
on - Fri 07/13/2012</div>  </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc/xsltc_trax_api.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc/xsltc_trax_api.html?rev=1361441&r1=1361440&r2=1361441&view=diff
 ==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc/xsltc_trax_api.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc/xsltc_trax_api.html Fri Jul 13 23:28:11 2012
@@ -1,9 +1,9 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" \
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  <html>
 <head>
 <title>ASF: XSLTC TrAX API</title>
-<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 <meta http-equiv="Content-Style-Type" content="text/css" />
 <link rel="stylesheet" type="text/css" href="resources/apache-xalan.css" />
 </head>
@@ -193,7 +193,7 @@
 <a href="#content">(top)</a>
 </p>
 </div>
-<div id="footer">Copyright © 1999-2012 The Apache Software Foundation<br />Apache, \
Xalan, and the Feather logo are trademarks of The Apache Software Foundation<div \
class="small">Web Page created on - Sun 03/18/2012</div> +<div id="footer">Copyright  \
© 1999-2012 The Apache Software Foundation<br />Apache, Xalan, and the Feather logo \
are trademarks of The Apache Software Foundation<div class="small">Web Page created \
on - Fri 07/13/2012</div>  </div>
 </body>
 </html>

Modified: xalan/site/docs/xalan/xalan-j/xsltc_usage.html
URL: http://svn.apache.org/viewvc/xalan/site/docs/xalan/xalan-j/xsltc_usage.html?rev=1361441&r1=1361440&r2=1361441&view=diff
 ==============================================================================
--- xalan/site/docs/xalan/xalan-j/xsltc_usage.html (original)
+++ xalan/site/docs/xalan/xalan-j/xsltc_usage.html Fri Jul 13 23:28:11 2012
@@ -1,9 +1,9 @@
-<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" \
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  <html>
 <head>
 <title>ASF: Getting Started with XSLTC</title>
-<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 <meta http-equiv="Content-Style-Type" content="text/css" />
 <link rel="stylesheet" type="text/css" href="resources/apache-xalan.css" />
 </head>
@@ -205,7 +205,7 @@ Patterns</a> for information on using th
 </table>
 <br />
 
-<a name="intro">&#8204;</a>
+<a name="intro">‌</a>
 <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -216,7 +216,7 @@ Java classes). Use the runtime processor
 document and perform a transformation.</p>
 
 
-<a name="classpath">&#8204;</a>
+<a name="classpath">‌</a>
 <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -331,7 +331,7 @@ the unbundled jar approach, put the foll
 the compiler; see <a href="#compile">Compiling translets</a>.</p>
 
 
-<a name="compile">&#8204;</a>
+<a name="compile">‌</a>
 <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -367,7 +367,7 @@ the compiler; see <a href="#compile">Com
 </tr>
 </table>
 
-<a name="comp-synopsis">&#8204;</a>
+<a name="comp-synopsis">‌</a>
 <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -375,14 +375,14 @@ the compiler; see <a href="#compile">Com
 <p>
 <code>java org.apache.xalan.xsltc.cmdline.Compile</code>
 <br />
-<code>    [-o &lt;output&gt;] [-d &lt;directory&gt;] [-j &lt;jarfile&gt;]</code>
+<code>        [-o &lt;output&gt;] [-d &lt;directory&gt;] [-j &lt;jarfile&gt;]</code>
 <br />
-<code>    [-p &lt;package name&gt;] [-n] [-x] [-v] [-u] [-h]<br />
-    {&lt;stylesheet&gt; | -i }</code>
+<code>        [-p &lt;package name&gt;] [-n] [-x] [-v] [-u] [-h]<br />
+        {&lt;stylesheet&gt; | -i }</code>
 </p> 
 
 
-<a name="comp-args">&#8204;</a>
+<a name="comp-args">‌</a>
 <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -448,7 +448,7 @@ be named <code>my_stylesheet</code>.
 </table>
 
 
-<a name="comp-examples">&#8204;</a>
+<a name="comp-examples">‌</a>
 <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -463,7 +463,7 @@ be named <code>my_stylesheet</code>.
     <p>
 <code>java org.apache.xalan.xsltc.cmdline.Compile</code>
 <br />
-    <code>     hamlet.xsl</code>
+    <code>         hamlet.xsl</code>
 </p>    
     <p>Example 1 produces a set of class files such as hamlet.class, hamlet$0.class, \
hamlet$1.class.</p>  
@@ -472,7 +472,7 @@ be named <code>my_stylesheet</code>.
     <p>
 <code>java org.apache.xalan.xsltc.cmdline.Compile</code>
 <br />
-    <code>     -j hamlet.jar hamlet.xsl</code>
+    <code>         -j hamlet.jar hamlet.xsl</code>
 </p>
     <p>Example 2 produces hamlet.jar, which contains the translet class
        files.</p>
@@ -482,7 +482,7 @@ be named <code>my_stylesheet</code>.
     <p>
 <code>java org.apache.xalan.xsltc.cmdline.Compile</code>
 <br />
-    <code>     -o newhamlet hamlet.xsl</code>
+    <code>         -o newhamlet hamlet.xsl</code>
 </p>
     <p>Example 3 produces a set of class files such as newhamlet.class,
        newhamlet$0.class, etc., rather than hamlet.class, hamlet$0.class,
@@ -494,7 +494,7 @@ be named <code>my_stylesheet</code>.
     <p>
 <code>java org.apache.xalan.xsltc.cmdline.Compile</code>
 <br />
-    <code>     hamlet1.xsl hamlet2.xsl hamlet3.xsl</code>
+    <code>         hamlet1.xsl hamlet2.xsl hamlet3.xsl</code>
 </p>
     <p>Example 4 produces three translets and set of class files derived from the \
three stylesheets.</p>  
@@ -503,14 +503,14 @@ be named <code>my_stylesheet</code>.
     <p>
 <code>java org.apache.xalan.xsltc.cmdline.Compile</code>
 <br />
-    <code>     -p com.mycompany.translets hamlet.xsl</code>
+    <code>         -p com.mycompany.translets hamlet.xsl</code>
 </p>
     <p>Example 5 produces a set of class files such as \
com/mycompany/translets/hamlet.class,  com/mycompany/translets/hamlet$0.class', \
etc.</p>  
 
 
-<a name="run">&#8204;</a>
+<a name="run">‌</a>
 <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -552,7 +552,7 @@ be named <code>my_stylesheet</code>.
 </tr>
 </table>
 
-<a name="run-synopsis">&#8204;</a>
+<a name="run-synopsis">‌</a>
 <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -560,13 +560,13 @@ be named <code>my_stylesheet</code>.
 <p>
 <code>java org.apache.xalan.xsltc.cmdline.Transform</code>
 <br />
-<code>     [-j &lt;jarfile&gt;] [-x] {-u &lt;document_url&gt; | &lt;document&gt;} \
&lt;class&gt;</code> +<code>         [-j &lt;jarfile&gt;] [-x] {-u \
&lt;document_url&gt; | &lt;document&gt;} &lt;class&gt;</code>  <br />
-<code>     [&lt;name1&gt;=&lt;value1&gt; ...]</code>
+<code>         [&lt;name1&gt;=&lt;value1&gt; ...]</code>
 </p>
 
 
-<a name="run-args">&#8204;</a>
+<a name="run-args">‌</a>
 <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -602,7 +602,7 @@ Arguments without flags:
 </blockquote>
 
 
-<a name="run-examples">&#8204;</a>
+<a name="run-examples">‌</a>
 <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -620,7 +620,7 @@ Arguments without flags:
 <code> java -cp .;%CLASSPATH% ...</code>
 <br />
        <b>
-<i>UNIX:     </i>
+<i>UNIX:          </i>
 </b>
 <code> java -cp .:$CLASSPATH ...</code>
 </p>
@@ -631,7 +631,7 @@ Arguments without flags:
     <p>
 <code>java org.apache.xalan.xsltc.cmdline.Transform</code>
 <br />
-       <code>      hamlet.xml hamlet</code>
+       <code>          hamlet.xml hamlet</code>
 </p> 
 
     <p>Example 1 uses the specified translet (hamlet) to transform the specified XML \
input document (hamlet.xml).  @@ -644,9 +644,9 @@ Arguments without flags:
     <p>
 <code>java org.apache.xalan.xsltc.cmdline.Transform</code>
 <br />
-       <code>     hamlet.xml hamlet</code>
+       <code>         hamlet.xml hamlet</code>
 <br />
-       <code>     speaker=HAMLET 'scene=SCENE IV'</code>
+       <code>         speaker=HAMLET 'scene=SCENE IV'</code>
 </p>
 
     <p>Example 2 passes "HAMLET" to the stylesheet for the stylesheet parameter \
named speaker, and "SCENE IV" for the @@ -659,7 +659,7 @@ Arguments without flags:
     <p>
 <code>java org.apache.xalan.xsltc.cmdline.Transform</code>
 <br />
-       <code>      -u http://zarya.east/test.xml hamlet</code>
+       <code>          -u http://zarya.east/test.xml hamlet</code>
 </p>
 
     <p>Example 3 applies the translet (hamlet) to the XML input document \
(http://zarya.east/test.xml hamlet). Inclusion of @@ -667,7 +667,7 @@ Arguments \
without flags:  
 
 
-<a name="api">&#8204;</a>
+<a name="api">‌</a>
 <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -735,7 +735,7 @@ parser</a>.</p>
 translets by way of the JAXP Transform API - without having to recompile the
 stylesheet each time.</p>
 
-<a name="api-attributes">&#8204;</a>
+<a name="api-attributes">‌</a>
 <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -827,7 +827,7 @@ underscore.  For example, if the transle
 </table>
 
 
-<a name="api-examples">&#8204;</a>
+<a name="api-examples">‌</a>
 <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -912,7 +912,7 @@ transformer.transform(new StreamSource(x
 
 
 
-<a name="xsltcsmart">&#8204;</a>
+<a name="xsltcsmart">‌</a>
 <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -932,7 +932,7 @@ create a <code>Templates</code> object f
 <code>Transformer</code> objects.</p> 
 
 
-<a name="native_api">&#8204;</a>
+<a name="native_api">‌</a>
 <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -941,7 +941,7 @@ create a <code>Templates</code> object f
 use XSLTC with the JAXP Transform API.</p>
 
 
-<a name="constraints">&#8204;</a>
+<a name="constraints">‌</a>
 <p align="right" size="2">
 <a href="#content">(top)</a>
 </p>
@@ -986,7 +986,7 @@ tfac.setAttribute("enable-inlining", Boo
 <a href="#content">(top)</a>
 </p>
 </div>
-<div id="footer">Copyright © 1999-2012 The Apache Software Foundation<br />Apache, \
Xalan, and the Feather logo are trademarks of The Apache Software Foundation<div \
class="small">Web Page created on - Sun 03/18/2012</div> +<div id="footer">Copyright  \
© 1999-2012 The Apache Software Foundation<br />Apache, Xalan, and the Feather logo \
are trademarks of The Apache Software Foundation<div class="small">Web Page created \
on - Fri 07/13/2012</div>  </div>
 </body>
 </html>



---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic