Newbie question: what's the best way to view raw xml when debugging pipelines for web development?  I think my question comes down to these two points:
 
1) Should serializers be switched to type="xml" so that I can see raw xml results in a browser?
 
2) If so, or, in general, are there some good techniques to allow me to debug without having to change some portion of the sitemap each time, i.e., a way to configure the sitemap so that when I request foo.xml instead of foo.html, I see the raw xml instead? 
 
David

Reply via email to