Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Unable to load XML data to template builder for MS-Word

Content
My data contains special character (ampersand) and am unable to load this into template builder to create layout.
Error No: -1072896749: Whitespace is not allowed in this location
Line No : 2
Position : 7441
File Pos : 670535
Answers
-
Hi,
I think you can find the answer here: https://stackoverflow.com/questions/1328538/how-do-i-escape-ampersands-in-xml-so-they-are-rendered-as-entities-in-html
Good luck.
Kind regards,
Ron
0 -
Do you have a string that contains &ersands? IF this is in an Element of the XML it can trip up a parser. Check out the use of a CDATA element to allow the &
Tim
0 -
Hi Ron
That was indeed the issue and is now resolved
Regards
Ariv
0