// I want this format...
<rss version="2.0"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:media="ht tp://search.yahoo.co m/mrss/">
The WriteStartEleme nt is used for the rss element and extended using the
WriteAttributeS tring method which outputs the version and namespace
attributes. Can someone tell me how to format the output as shown above?
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee. com
URL http://clintongallagher.metromilwaukee.com/
<rss version="2.0"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:media="ht tp://search.yahoo.co m/mrss/">
The WriteStartEleme nt is used for the rss element and extended using the
WriteAttributeS tring method which outputs the version and namespace
attributes. Can someone tell me how to format the output as shown above?
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee. com
URL http://clintongallagher.metromilwaukee.com/
Comment