Bug 101508
Summary: | xmllint doesn't allow " in attribute values delimited by ' | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Need Real Name <kvanhorn> |
Component: | libxml2 | Assignee: | Daniel Veillard <veillard> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 9 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | athlon | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2003-08-02 13:49:33 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Need Real Name
2003-08-02 00:12:29 UTC
Not a bug. The id attribute is defined as being of type ID by the DocBook DTD and ' is not a valid character in such a name (it is not possible to derive it from the Name production). It's a validity error, not a well-formedness error. Your XML is well formed, but doesn't match the requirement of the DocBook DTD. It's a good idea to spend a bit more time reading that spec all the terms and behaviour I describe are defined in it. Daniel To be more precise the validity constraint broken by your document is http://www.w3.org/TR/REC-xml#id Daniel |