Revision 22010 trunk/libraries/libGPE-XML/src/org/gvsig/gpe/xml/parser/GPEXmlSchemaDocument.java

View differences:

GPEXmlSchemaDocument.java
11 11

  
12 12
import org.gvsig.gpe.GPEDefaults;
13 13
import org.gvsig.gpe.parser.GPEErrorHandler;
14
import org.gvsig.gpe.xml.XmlProperties;
14 15
import org.gvsig.gpe.xml.stream.IXmlStreamReader;
15 16
import org.gvsig.gpe.xml.stream.XmlStreamException;
16 17
import org.gvsig.gpe.xml.utils.XMLTags;
......
137 138
	 ***********************************************/
138 139
	private void parseSchemaLocation(String schemaAlias, String schemaURI){
139 140
		//If the XML Schema validation is not selected 
140
		if (!GPEDefaults.getBooleanProperty(GPEDefaults.XML_SCHEMA_VALIDATED)){
141
		if (!GPEDefaults.getBooleanProperty(XmlProperties.XML_SCHEMA_VALIDATED)){
141 142
			return;
142 143
		}		
143 144
		//It take the name of the schemas file to open or downlad 

Also available in: Unified diff