We have a scenario wherein we want to format the contents for the Email body of a Burst report..
We are formatting the content with bullets , bold and indentation in MS WORD. But when we copies this content from word to the email body in Cognos we`re gettin the error
'PRS-TRS-0906 - The "VALIDATE" transform instruction could not validate the given XML content.'
org.xml.sax.SAXParseException : cvc-complex-type.3.2.2: Attribute 'class' is not allowed to appear in element 'LI'.
Is there any possibility of maintaining the format of the indentation and bullets.Note: User does not use the Cognos Formatting options available in the email body
Regards,
Joyson D`souza
M$ Word is known for injecting proprietary attributes, so you will have to clean it up manually in a text editor and add a proper STYLE tag with all the styling you need.