Skip to content

Element creation does not output Qname #3

Description

@GoogleCodeExporter
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.com on 8 Jan 2009 at 10:51

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions