Revision 37928 trunk/libraries/libGPE-GML/src/org/gvsig/gpe/gml/parser/v2/features/ElementTypeBinding.java

View differences:

ElementTypeBinding.java
156 156
						//If is not a geometry could be a complex feature
157 157
						if (!isInitialized){
158 158
							element = handler.getContentHandler().startElement(elementRootType.getNamespaceURI(),
159
									elementRootType.getLocalPart(),
159
									GMLUtilsParser.removeBlancSymbol(elementRootType.getLocalPart()),
160 160
									null,
161 161
									attributesIterator,
162 162
									parentElement);

Also available in: Unified diff