-
Hi,
I could validate and parse successfully.But now I need to convert fpml message into normal xml.
2009-10-30 05:44:23 UTC by aswadgurjar
-
Hi,
I have sent you mail.
Only concern is I am trying to get Document instance constructed from xml document by using method:
parse(file,errorhandler) which should return dom document.
But getting error:
errororg.w3c.dom.DOMException: NOT_FOUND_ERR: An attempt is made to reference a node in a context where it does not exist.
Regards,
Aswad.
2009-10-29 14:29:14 UTC by aswadgurjar
-
Can you mail me a copy of the log output to andrew@handcoded.com. I think part of your configuration could be wrong.
2009-10-29 14:03:24 UTC by andrew_jacobs
-
Hi,
Previously I had not set default schema.I am using example for version 4.4.So now I have set it for Releases.R4_4.But now getting following error:
errororg.w3c.dom.DOMException: NOT_FOUND_ERR: An attempt is made to reference a node in a context where it does not exist.
Exception in thread "main" org.w3c.dom.DOMException: NOT_FOUND_ERR: An attempt is made to reference a node in...
2009-10-29 13:31:23 UTC by aswadgurjar
-
Have you initialised the toolkit and activated the version of the FpML schema that your application expects? For example:
// Initialise the default catalog
String catalogPath = "files/catalog-fpml.xml";
try {
XmlUtility.setDefaultCatalog (CatalogManager.find (catalogPath));
}
catch (SAXException error) {
logger.severe ("Failed to parse XML...
2009-10-29 12:42:42 UTC by andrew_jacobs
-
Hi,
I have downloaded java 1.2 alpha version of handcoded.While parsing fpml message I am getting following error.
Error message:
cvc-elt.4.2: Cannot resolve 'DataDocument' to a type definition for element 'FpML'.
Code:
args = new String[1];
args[0]= "src/com/fpml/valid-cd-3-01.xml";
ParserErrorHandler parserErrorHandler = new ParserErrorHandler(null);...
2009-10-29 11:32:25 UTC by aswadgurjar
-
andrew_jacobs committed revision 408 to the Toolkit for FpML Processing SVN repository, changing 8 files.
2009-09-27 22:20:02 UTC by andrew_jacobs
-
andrew_jacobs committed revision 407 to the Toolkit for FpML Processing SVN repository, changing 5 files.
2009-09-27 22:19:46 UTC by andrew_jacobs
-
andrew_jacobs committed revision 406 to the Toolkit for FpML Processing SVN repository, changing 1 files.
2009-09-25 19:46:51 UTC by andrew_jacobs
-
andrew_jacobs committed revision 405 to the Toolkit for FpML Processing SVN repository, changing 5 files.
2009-09-25 19:36:30 UTC by andrew_jacobs