Hey All, I am trying to load the attached xml using digester.
I am using Weblogic 8.1 and JDK 1.4.2. I am getting thsi error: Failed to import abc.xml - Document is invalid: no grammar found.;Document root element "NEDSSImport", must match DOCTYPE root "null". Can you please let me know how to get this issue resolved. ? Thanks So much for the help! The following is the XML file I am using: <?xml version="1.0" encoding="utf-8"?> <NEDSSImport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/Nedss/Properties/CDF_Subform_Import.xsd"> <version>1204</version> <comment>Test</comment> <CustomDefinedFields> <CustomDefinedField> <objectID>FBN152</objectID> <comment/> <actionType>ADD</actionType> <nationalIdentifier/> <dataType>SUB</dataType> <codeSetName/> <displayOrder>10</displayOrder> <fieldSize/> <labelText>General Foodborne Disease</labelText> <validationText/> <requiredIndicator/> <pageSetID>107</pageSetID> <validationJavaScriptText/> <NNDIndicator>Y</NNDIndicator> </CustomDefinedField> </CustomDefinedFields> </NEDSSImport> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
