ohne prefix haben wir beim namespace-processing aber trotzdem einen lname

This commit is contained in:
dlichteblau
2005-12-04 22:18:33 +00:00
parent 0ef0e0be0f
commit 7a9568b320
5 changed files with 32 additions and 42 deletions

View File

@ -3351,7 +3351,7 @@
(let ((uri (find-namespace-binding prefix)))
(if uri
(values uri prefix local-name)
(values nil nil nil)))))
(values nil nil qname)))))
(defun find-namespace-binding (prefix)