Sign In:     


Forum: VirtualDJ Technical Support

Topic: Strange entries in the XML database
Here is an example data set: Where do the marked entries come from?
 

Posted 2 days ago @ 3:45 pm
xml escaping, in the xml language & " ' < > have a special meaning, so to save text that includes these symbols there is a codeword,
the codewords in order
&amp; &quot; &apos; &lt; &gt;
 

Thank you very much, that helped me