Hi all, I hope some has overcome this problem. I have created an xml file that details the following:
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="MessageCatalog.xsl"?>
<!-- messagecatalogue DTD -->
<MessageCatalog>
<!-- Message Catalog Error Messages -->
<Message-Reference>
<MessageId>10001</MessageId>
<message>National Insurance Number must be 9 characters.</message>
</Message-Reference>
<Message-Reference>
<MessageId>10002</MessageId>
<message>First 2 characters must be alpha</message>
</Message-Reference>
<Message-Reference>
<MessageId>10003</MessageId>
<message>chararcters 3 to 8 must be numeric</message>
</Message-Reference>
</MessageCatalog>
I want to put it in EA so that the analysts can create the text for the messages and dev team can use it as a reference file in their code to get a specific message for a reference id
My EA knowledge is limited and I've been trying for too many hours now to work out how to do it

I thought I'd put a post out here before I resort to creating a spreadsheet and putting it on sharepoint.
Many thanks inadvance