7 |
sub ___error_def () {+{ |
sub ___error_def () {+{ |
8 |
WRONG_DOCUMENT_ERR => { |
WRONG_DOCUMENT_ERR => { |
9 |
-code => 4, |
-code => 4, |
10 |
-description => q(Can't insert into different document), |
EXTERNAL_OBJECT_ERR => { |
11 |
|
-description => q(Can't insert into different document), |
12 |
|
}, |
13 |
|
INUSE_DOCTYPE_ERR => { |
14 |
|
-description => q(Document type is already in use), |
15 |
|
}, |
16 |
}, |
}, |
17 |
INVALID_CHARACTER_ERR => { |
INVALID_CHARACTER_ERR => { |
18 |
-code => 5, |
-code => 5, |
66 |
PREFIXED_NULLNS_ERR => { |
PREFIXED_NULLNS_ERR => { |
67 |
-description => q(A namespace prefix is specified while namespace URI is null), |
-description => q(A namespace prefix is specified while namespace URI is null), |
68 |
}, |
}, |
69 |
|
QNAME_NULLNS_ERR => { |
70 |
|
-description => q(Qualified name is not specified), |
71 |
|
}, |
72 |
XMLNS_NONXMLNSNS_ERR => { |
XMLNS_NONXMLNSNS_ERR => { |
73 |
-description => q(Qualified name "xmlns" can only be used with namespace URI <http://www.w3.org/2000/xmlns/>), |
-description => q(Qualified name "xmlns" can only be used with namespace URI <http://www.w3.org/2000/xmlns/>), |
74 |
}, |
}, |