In the NAntControl 0.85 7/23/2004 nightly build, I am using the nunitreport task to do 
an XSL transform of the XML output from nunit-console.exe.  The XSLT file I am using 
was based on the Summary.XSLT file that comes with the nunitreport task.

My problem is that when the nunitreport task uses its own Summary.XSLT file to output 
to stdout, then < and > look like < and >.  However, when I specify my "new, improved" 
version of the XSLT file, I get &lt; and &gt; in the transformed file.

I understand about XML character entities.  My question is why are they being 
translated back to text in one case but not in another?

I understand, that this may be more of an XSLT question than an nunitreport question.  
If so, can you point me somewhere else.

Merrill Cornish


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to