You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A common example is the "&" character, which is a valid value for the package line text boxes. But the WUP package produced will be invalid, unless the meta.xml is manually fixed to escape those characters.
Utilise the SecurityElement.Escape(String) Method method, which replaces invalid XML characters in a string with their valid XML equivalent, such as "&" with "&"
The text was updated successfully, but these errors were encountered:
A common example is the "&" character, which is a valid value for the package line text boxes. But the WUP package produced will be invalid, unless the meta.xml is manually fixed to escape those characters.
Utilise the SecurityElement.Escape(String) Method method, which replaces invalid XML characters in a string with their valid XML equivalent, such as "&" with
"&"
The text was updated successfully, but these errors were encountered: