What steps will reproduce the problem?
1. Run with my default Ubuntu Hardy setup
What is the expected output? What do you see instead?
Expected output should be <directory name="etc" />
Output is < name="etc" />
Notice the space where Qname should be.
Works if I move variable fileType from Qname to localName parameter in
startElement().
Adding an XML prefix to "directory" or "file", like "xdl:directory" and
"xdl:file" will produce <xdl: name="etc" />
Never written a line of Java in my life, so bear with me :-)
Original issue reported on code.google.com by
pal....@gmail.comon 8 Jan 2009 at 10:51