We are using WTX 8.2.0.2 on Windows.
We got new version of the dtd from our partner for the XML they are sending us. We created the type tree out of it.
While testing, Test XML sent by the partner has link defined for the dtd path(" Due to this map is failing with "One or more input is invalid".
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE cXML SYSTEM "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
It seems WTX8.2 map needs dtd at runtime. As mentioned below, If I replace the dtd path with the local one, it will execute the map successfully.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE cXML SYSTEM "InvoiceDetail.dtd">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
So far we were running the map on Mercator 6.7 and it was working fine with the link there.
Here in WTX 8.2, can we make the typetree/map independent of DTD location??
Regards,
Vibhav1008
We got new version of the dtd from our partner for the XML they are sending us. We created the type tree out of it.
While testing, Test XML sent by the partner has link defined for the dtd path(" Due to this map is failing with "One or more input is invalid".
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE cXML SYSTEM "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
It seems WTX8.2 map needs dtd at runtime. As mentioned below, If I replace the dtd path with the local one, it will execute the map successfully.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE cXML SYSTEM "InvoiceDetail.dtd">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
So far we were running the map on Mercator 6.7 and it was working fine with the link there.
Here in WTX 8.2, can we make the typetree/map independent of DTD location??
Regards,
Vibhav1008