Subject:Source & destination schema need to be specified Author:(Deleted User) Date:13 Jun 2001 03:11 PM
I'm experiencing a problem with the mapper. When I attempt to reopen my xsl file that I created in an earlier session, it opens in template view. I can look at the source okay, but when I click on the XML Mapper tab, I'm getting this message: "The source schema path and destination schema path need to be specified". I cannot get to the XML Mapper view. Both of those paths were specified when I originally created the file and they haven't changed. They only way I have been able to work around this is to start over again from scratch.
Subject:Source & destination schema need to be specified Author:(Deleted User) Date:14 Jun 2001 01:26 PM
Hi Pat,
in some way, the XSL didn't store all the information needed by Mapper. To fix it, open the XSL inside Notepad and edit the comment at the end to have the ACORD dtd specified in the srcSchemaPath attribute
<MapperInfo srcSchemaPath="" srcSchemaRoot="ACORD" destSchemaPath="file://c:\CGI-USA\Ratabase Next Gen\CGU\RBSpecific.dtd" destSchemaRoot="RATABASECALC" />
Subject:Source & destination schema need to be specified Author:(Deleted User) Date:15 Jun 2001 09:50 AM
Alberto,
I opened up the XSL in notepad as you suggested. The srcSchemPath= is not empty. It contains a fully qualified reference to acord.dtd. All of the mapper info looks okay to me.