|  -----Original Message-----
|  From: [EMAIL PROTECTED] 
|  [mailto:[EMAIL PROTECTED] On Behalf 
|  Of Daniel James
|  Sent: 23 September 2006 22:06
|  To: Boost documentation format, structure, and processing discussion
|  Subject: Re: [Boost-docs] W3C validation of HTML from 
|  Quickbook document
|  
|  Rene Rivera wrote:
|  > Paul A Bristow wrote:
|  >   
|  >> And perhaps it could include the code for the W3C 
|  validated logo as well?
|  >> I assume it should pass ;-)
|  >>     
|  >
|  > I doubt it would pass, as it doesn't generate XHTML. It 
|  generates HTML4.
|  >   
|  
|  The validator can validate HTML, and some experts are 
|  recommending using 
|  HTML nowadays (such as http://webkit.org/blog/?p=68). I've 
|  attached a 
|  patch which makes it more likely that the generated files 
|  will validate.

Well, if I've applied patch correctly (possibly not - novice!)

Looks as though it is getting warmer, but still not quite there?

Result:          Failed validation, 1 error
File:   index.html
Encoding:       iso-8859-1
Doctype:        HTML 4.01 Transitional
This page is not Valid HTML 4.01 Transitional!

Below are the results of attempting to parse this document with an SGML
parser.

   1. Error Line 109 column 17: there is no attribute "XMLNS:REV".

      <table
xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision"; width=

      You have used the attribute named above in your document, but the
document type you are using does not support that attribute for this
element. This error is often caused by incorrect use of the "Strict"
document type with a document that uses frames (e.g. you must use the
"Transitional" document type to get the "target" attribute), or by using
vendor proprietary extensions such as "marginheight" (this is usually fixed
by using CSS to achieve the desired effect instead).

      This error may also result if the element itself is not supported in
the document type you are using, as an undefined element will have no
supported attributes; in this case, see the element-undefined error message
for further information.

      How to fix: check the spelling and case of the element and attribute,
(Remember XHTML is all lower-case) and/or check that they are both allowed
in the chosen document type, and/or use CSS instead of this attribute.

Further suggestions?

Thanks

Paul
---
Paul A Bristow
Prizet Farmhouse, Kendal, Cumbria UK LA8 8AB
+44 1539561830 & SMS, Mobile +44 7714 330204 & SMS
[EMAIL PROTECTED]

 




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-docs mailing list
[email protected]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to