Hi all,
iam little bit off the topic...
Iam getting the following exception 
 
Exception org.xml.sax.SAXNotRecognizedException:
Feature: http://apache.org/xml/features/allow-java-encodings 
while opening 
D:\ATG\Dynamo5.6.1\Portal\authentication\authentication\META-INF\application.xml 
org.xml.sax.SAXNotRecognizedException: 
Feature:http://apache.org/xml/features/allow-java-encodings
 
when parsing the below xml file
 
<?xml version="1.0" ?>
<!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.2//EN" 
"http://java.sun.com/j2ee/dtds/application_1_2.dtd";>
<application>
  <display-name>
    simpleJ2EE
  </display-name>
 
iam using xerces parser...i checked the class file XMLParser.java and it has 
http://apache.org/xml/features/allow-java-encodings as one of values in
 private static final String RECOGNIZED_FEATURES[]  array.
 
Thanks
Prashanth
 
 


---------------------------------
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.

Reply via email to