Skip to main content
1-Visitor
May 25, 2016
Question

What does 'Cannot parse the xml file. Illegal xml character'?

  • May 25, 2016
  • 1 reply
  • 1147 views

Trying to load an assembly into modeling from Model Manager.


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

1 reply

1-Visitor
June 16, 2016

I had a similar issue when migrating Pro/E file into an SAP based PLM system. Some parameters in older Pro/E files included special characters like °, ± or Ø, but they were expressed as combinations of special control characters in Pro/E.  For instance  <CTRL-A>$  <CTRL-A> =°,   <CTRL-A>#   <CTRL-A>=± and  <CTRL-A> n  <CTRL-A> =Ø. You need to replace the combinations of special control characters with standard ascii characters. Perform a search for the dollar sign, or number sign in your metadata to see if any of those combinations are present in your .xml file