← Prev in month ← Prev in thread
Next in thread → Next in month →

SPEC: typo in 3.1.1

From
David Faure <>
Date
2004-05-05T16:44:50+00:00
ID
Thread
SPEC: typo in 3.1.1
Section 3.1.1. generator refers to "section 14.34 in RFC2616", where it should
in fact refer to section 14.43.

14.34 is about proxy autorization (completely unrelated), whereas 14.43 is about
User-Agent.


BTW any idea why this doesn't validate?

<?xml version="1.0" encoding="UTF-8"?>
<office:document-meta xmlns:office="urn:oasis:names:tc:openoffice:xmlns:office:1.0" xmlns:meta="urn:oasis:names:tc:openoffice:xmlns:meta:1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" >
 <office:meta><meta:generator>KOffice/1.3post</meta:generator></office:meta>
</office:document-meta>

With office-schema-1.0-cd-1.rng I get:
meta.xml:3:46: error: text not allowed here

and with office-strict-schema-1.0-cd-1.rng I get no error (!!!)
I think something's wrong with the "strict" schema, if it's less strict than the other one.
Sorry that I don't know enough RelaxNG yet to debug the problem...

-- 
David Faure, , sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).
← Prev in month ← Prev in thread
Next in thread → Next in month →