[xsl] Use of a prefix in the error()'s QName

Subject: [xsl] Use of a prefix in the error()'s QName
From: Andrew Welch <andrew.j.welch@xxxxxxxxx>
Date: Mon, 4 Feb 2013 12:05:22 +0000
Hi,

What is the benefit of using a prefix in the QName in error(), for example:

error(QName('http://www.example.com/', 'err:reason')

vs

error(QName('http://www.example.com/', 'reason')

Seems redundant?


-- 
Andrew Welch
http://andrewjwelch.com

Current Thread