RE: empty Attribute types cause error

2006-04-20 Thread A.S.
I have a similar problem as the one posted on October 19, 2005. It may seem strange but I want to be able to read the empty attribute() or attribute/ in the actual XML file, and move to the next attribute. So when I call someElement[i].getFoo( ); and it is empty I don't want it to

RE: empty Attribute types cause error

2005-10-25 Thread Radu Preotiuc-Pietro
Title: Message Basically, in your case, we are dealing with an invalid doc, since "" (empty string) is not in the value space of the "float" type. That being said, XmlBeans makes efforts to give you access to your data even for invalid documents. But this case, I think, falls under the