Revision 37928

View differences:

trunk/libraries/libGPE-GML/src/org/gvsig/gpe/gml/parser/v2/features/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);
trunk/libraries/libGPE-GML/src/org/gvsig/gpe/gml/parser/v2/features/FeatureTypeBinding.java
146 146
//		}
147 147
		feature = handler.getContentHandler().startFeature(fid, 
148 148
				featureRootType.getNamespaceURI(),
149
				featureRootType.getLocalPart(),
149
				GMLUtilsParser.removeBlancSymbol(featureRootType.getLocalPart()),
150 150
				attributesIterator,
151 151
				null);
152 152
		

Also available in: Unified diff