validator/htdocs/docs users.html,1.24,1.25

Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv5657/htdocs/docs

Modified Files:
	users.html 
Log Message:
porting 0.7.4 changes to HEAD:
* bringing back outline, removing parse tree output



Index: users.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/users.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- users.html	24 Oct 2006 06:43:24 -0000	1.24
+++ users.html	13 Nov 2006 04:13:13 -0000	1.25
@@ -125,18 +125,12 @@
           For a properly formed document, this will be a nicely nested tree
           structure. The visualization of your document's structure makes it
           easier to see where you've skipped a heading.</p>
+          <p>If you want to examine the semantic structure of your documents, beyond the outline, try the
+            <a href="http://www.w3.org/2003/12/semantic-extractor.html">Semantic data extractor</a>.
+          </p>
+          
         </dd>
-        <dt><a id="option-sp" name="option-sp"></a>Show parse tree (<code>sp</code>)</dt>
-        <dd>
-          <p>Shows you exactly how the SGML Parser read your document. Probably
-          best used only by advanced users as it deals with low-level SGML
-          constructs.</p>
-        </dd>
-        <dt><a id="option-noatt" name="option-noatt"></a>exclude attributes from the parse tree (<code>noatt</code>)</dt>
-        <dd>
-	  <p>Suppress attributes from the <a href="#option-sp">parse tree</a> to make it 
-	  more readable.</p>
-	</dd>
+
 	<dt><a id="option-no200" name="option-no200"></a>Validate error pages</dt>
 	<dd>
 	  <p>The Markup Validator will usually tell you if the page you tried to validate
@@ -152,9 +146,14 @@
           as much help as possible; if you prefer more concise reports, leave this option
           unset.</p>
 	</dd>
-
-
       </dl>
+    <h4>Deprecated options</h4>
+    <p>A number of options once available  have been deprecated and are not available any more.
+        This includes the <em>Show parse tree</em>  
+          and <em>exclude attributes from the parse tree</em>, as well as <em>Show Esis</em> 
+          and <em>Show Raw Errors</em>.
+        </p>
+         
     </div>
 
     <div id="Calling" class="stb">

Received on Monday, 13 November 2006 04:13:26 UTC