K
Kza
Hi,
I have a project that works at home, but not at the customers location,
where their network is not on the internet.
This is the error:
An exception occurred! Type:NetAccessorException, Message:The
host/address 'www.asam.net' could not be resolved
Fatal error encountered during schema scan
Presumably because its trying to load the dtd or something in the xml
file:
<fx:FIBEX xmlns:fx="http://www.asam.net/xml/fbx" etc etc etc >
Now I have looked at the docs and tried to supress this (I dont really
need validation or anything), and have used these feature settings:
m_parser->setFeature(XMLUni::fgSAX2CoreValidation, false);
m_parser->setFeature(XMLUni::fgXercesLoadExternalDTD, false);
But I still get the error.
Any ideas?
Thanks a lot
Kurt
I have a project that works at home, but not at the customers location,
where their network is not on the internet.
This is the error:
An exception occurred! Type:NetAccessorException, Message:The
host/address 'www.asam.net' could not be resolved
Fatal error encountered during schema scan
Presumably because its trying to load the dtd or something in the xml
file:
<fx:FIBEX xmlns:fx="http://www.asam.net/xml/fbx" etc etc etc >
Now I have looked at the docs and tried to supress this (I dont really
need validation or anything), and have used these feature settings:
m_parser->setFeature(XMLUni::fgSAX2CoreValidation, false);
m_parser->setFeature(XMLUni::fgXercesLoadExternalDTD, false);
But I still get the error.
Any ideas?
Thanks a lot
Kurt