xsl-list
[Top] [All Lists]

RE: resolving entities

2004-07-23 07:25:18

This will output:
<?xml version="1.0"?>
<script>    
HM_A... folder=/mart/chamadas&amp;report_id=chamadas",1,0,0]]
</script>

and I need:
<?xml version="1.0"?>
<script>    
HM_A... folder=/mart/chamadas&report_id=chamadas",1,0,0]]
</script>


The former is well-formed XML, and the latter isn't. Ampersand characters in
XML must be escaped.

Why do you want to produce incorrect XML?

Michael Kay



<Prev in Thread] Current Thread [Next in Thread>