On 03/09/10 22:48, Simon Ruderich wrote:
On Tue, Aug 31, 2010 at 08:03:51AM +1200, Stuart Rackham wrote:
AsciiDoc is backend agnostic, the idea is that it is hardwired with
as little of the backend formats as possible and it has no knowledge
of backend DTDs. Admittedly it is biased towards SGML/XML formats but
it can out other formats e.g. LaTeX.
Output document validation (syntactic and structural) is best
performed by external tools e.g. xmllint. a2x automatically performs
validation checks using xmllint.
Cheers, Stuart
I see. Would it be possible to add a little comment about this to
the documentation? Because I thought AsciiDoc would make sure the
generated output is valid in the specified format.
Does xmllint also work for HTML4?
No, use some other validator -- I use the W3C online validator service from the
Firefox Web Developer addin.
Cheers, Stuart
Thanks,
Simon
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/asciidoc?hl=en.