Subject:Mapper - XSL Creating SQL Server Updategram Author:Agustin Espinosa Date:06 Dec 2006 10:42 AM
Hi,
The Problem: I am using the mapper to generate an UpdateGram using Identities (MSSQL Server), the XML needs to contain the following attribute (updg:at-identity) this is required to establish identity relationships on the database.
Using the mapper I have set a Text Value to this attribute i.e.
updg:at-identity="cid", when trying to run the preview I get the following.
Error: The prefix 'updg' has not been mapped to any URI.
Example of The Goal:
<Customer updg:at-identity="cid" Name="TestName"/>
I have reviewed the Sytlus Options and removed the ':' word delimiter, hoping this will solve the problem; unfortunatelly still getting the same error, Please Help, any ideas are very much appreciated.
Regards
Agustin