06-27-2023
08:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
06-27-2023
08:08 AM
Now that I look at it again and think about how it is laid out on the right, I believe those "[" & "]" type characters may have special meaning in XML. You may have to either use double quotation marks ("""") around both of those characters, or use a different means of conveying those special characters within that text.
https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references
https://stackoverflow.com/questions/1091945/what-characters-do-i-need-to-escape-in-xml-documents
https://www.w3schools.com/XML/xml_syntax.asp
Wesley Crihfield
(Not an Autodesk Employee)