-eduni/namespaces/1.0/013.xml [not validating:] FAILED:

-  #(98 58 97 116 116 114) fell through ETYPECASE expression.
-  Wanted one of (STRING SIMPLE-STRING).
-[
-Bad QName syntax: multiple colons
-]
This commit is contained in:
dlichteblau
2005-12-03 21:24:16 +00:00
parent 64ee461f48
commit 141fe3524b
3 changed files with 5 additions and 9 deletions

View File

@ -3327,7 +3327,8 @@
(local-name (subseq qname (1+ pos))))
(if (nc-name-p local-name)
(values prefix local-name)
(wf-error "~S is not a valid NcName." local-name)))
(wf-error nil "~S is not a valid NcName."
(rod-string local-name))))
(values () qname))))
(defun decode-qname (qname)