diff options
author | ot <ot@localhost> | 2006-11-13 04:13:13 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2006-11-13 04:13:13 +0000 |
commit | 300627ae219f2f71c108a938e59a4e31ffd2eb26 (patch) | |
tree | 56d9506f7036f0f96f70c8d7252b841509ee62d1 /htdocs/docs | |
parent | 380a432a6297a5752380c793d0f3aa30acf9b95b (diff) | |
download | markup-validator-300627ae219f2f71c108a938e59a4e31ffd2eb26.zip markup-validator-300627ae219f2f71c108a938e59a4e31ffd2eb26.tar.gz markup-validator-300627ae219f2f71c108a938e59a4e31ffd2eb26.tar.bz2 |
porting 0.7.4 changes to HEAD:
* bringing back outline, removing parse tree output
Diffstat (limited to 'htdocs/docs')
-rwxr-xr-x | htdocs/docs/users.html | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/htdocs/docs/users.html b/htdocs/docs/users.html index e4ce89c..dc34737 100755 --- a/htdocs/docs/users.html +++ b/htdocs/docs/users.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: users.html,v 1.24 2006-10-24 06:43:24 ot Exp $" ---><!--#set var="date" value="\$Date: 2006-10-24 06:43:24 $" +<!--#set var="revision" value="\$Id: users.html,v 1.25 2006-11-13 04:13:13 ot Exp $" +--><!--#set var="date" value="\$Date: 2006-11-13 04:13:13 $" --><!--#set var="title" value="User Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -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"> |