Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
272 Vizualizări

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??


Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează
Autor

Thanks a lot. It works fine :)

Related Posts Răspunsuri Vizualizări Activitate
0
mar. 25
1440
0
ian. 25
3569
1
aug. 23
14919
1
aug. 23
13583
1
iul. 23
10550