mvolkmann / waxy

WAX - a new approach to writing XML
http://java.ociweb.com/mark/programming/wax.html
2 stars 0 forks source link

Output standard attributes with "xml" prefix #61

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Trying to output standard attributes in the xml namespace such as xml:lang or 
xml:space raises an error. Am I missing something in the API? I know starting 
an xml name with the characters "xml" is invalid but the following exceptions 
apply here:

http://www.w3.org/XML/1998/namespace

Original issue reported on code.google.com by manosbat...@gmail.com on 16 Apr 2012 at 4:11

GoogleCodeExporter commented 9 years ago
Sorry I took so long to reply!

I looked at the page you linked, but don't see anything about exceptions to 
names starting with "xml:" being reserved. Can you explain the exceptions more?

Original comment by r.mark.v...@gmail.com on 22 Jul 2012 at 4:38

GoogleCodeExporter commented 9 years ago
The page just lists the attributes in the xml namespace that WAX should allow. 
Is there a way to output those? If not, WAX must provide one.
xml:lang
xml:space
xml:base
xml:id

Original comment by manosbat...@gmail.com on 15 Oct 2012 at 11:32

GoogleCodeExporter commented 9 years ago
I see what you mean. I'll look into it.

Original comment by r.mark.v...@gmail.com on 19 Oct 2012 at 12:10