Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
284 Visninger

Hi everybody!!!

Please how to put the '&' caracter in an xml view please.

Because when i put it, i have automatically an xml errir.

Who can help please??


Avatar
Kassér
Bedste svar

Hi Abdelwahed,

By default illegal characters are &, < and > (as well as " or ' in attributes) in XML. So you will have to change them to XML entities. Try with this:

&

This will encode the "&" to XML entities for you. You can find more about encoding here: https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references

Avatar
Kassér
Forfatter

Thanks a lot. It works fine :)

Related Posts Besvarelser Visninger Aktivitet
0
mar. 25
1442
0
jan. 25
3573
1
aug. 23
14922
1
aug. 23
13586
1
jul. 23
10562