Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
Replies
8 replies
Answers
1 answer
Subscribers
5 subscribers
Views
7004 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
#MS Word 2007 Doc from Template I just found out that adding a "&&
moritzw
over 10 years ago
#MS Word 2007 Doc from Template
I just found out that adding a "&" sign to one of the variables in a generated docx document will result in a corrupted dox, because the generated xml in the docx container will be corrupted. Does anyone know what other special characters can possibly corrupt the xml file, so I can create a rule that will replace all characters that cause problem. TIA!...
OriginalPostID-114350
OriginalPostID-114350
Discussion posts and replies are publicly visible
Parents
0
moritzw
over 10 years ago
Thanks! So the following rule should cover all the problematic characters then I guess:
=reduce(fn!substitute,ri!string,merge({"&","<",">",char(34),char(39)},{"&","<",">",""","'"}))
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
moritzw
over 10 years ago
Thanks! So the following rule should cover all the problematic characters then I guess:
=reduce(fn!substitute,ri!string,merge({"&","<",">",char(34),char(39)},{"&","<",">",""","'"}))
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data