<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello everybody,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>here is my story: I have GML file (GML is based on 
XML). It contains some element with </FONT></DIV>
<DIV><FONT face=Arial size=2>name like "gml:Point" and attributes with names 
"gml:id".</FONT></DIV>
<DIV><FONT face=Arial size=2>I can pass it throught SAXBuilder and it works 
perfectly and I can print out this names.</FONT></DIV>
<DIV><FONT face=Arial size=2>It will print "Point", if I use getName(), and 
"gml:Point", if I use getQualifiedName().</FONT></DIV>
<DIV><FONT face=Arial size=2>Same works for attribute. Now I&nbsp;need to create 
elements and</FONT>&nbsp;attributes whose names starts with "gml:", and here is 
where I'm getting exceptions, as&nbsp;xml elements' and attributes' names can 
not have&nbsp;colon in it. And there is no such function like 
setQualifiedName(). So question is : Is there a some way to get around of it or 
I have to use some other means for creating output file?</DIV>
<DIV>Thanks</DIV></BODY></HTML>