I have XSLT code convert csv data to BOD and define the delimiter to be (;) but i have this input data .......;INSERTO RCV1000;Aico S.p.A R&D Verona;....
so it reads the (&) as a delimiter not a part of the text and shows me this error in testing
Could not transform xml with the given xslt.
org.xml.sax.SAXParseException; lineNumber: 20;
columnNumber: 85; The reference to entity "D" must
end with the ';' delimiter.
is there a way to skip reading & as a delimiter and see it as a part of the text ?