Nicholas Waltham writes: >I would like to have in the output the entities which I have used >copied straight through, without them being translated...
This is a FAQ. By the time any XSLT processor gets the input, all traces of entities are gone. After transformation, the serializer may issue certain bytes as entities, using resources at its disposal. See the XSLT FAQ pages at http://www.dpawson.co.uk/ for more discussion and pointers. .................David Marston
