Reordering elements in Rss20FeedFormatter serialisation

crankdat1891

New Member
I'm wondering if there is an easy way to re-order the elements in an RSS item. I guess I can manually serialise it but just wondering if there's something simpler..NET serialises things as \[code\]<item><link>http://mmu.ac.uk/library.aspx</link><title>URGENT Library information: borrowing facilities withdrawn</title><description/></item>\[/code\]Wheras I am using a JQuery news ticker that expects this to be in a different order\[code\]<item><title>URGENT Library information: borrowing facilities withdrawn</title><description/><link>http://mmu.ac.uk/library.aspx</link></item>\[/code\]Thanks,Alex
 
Back
Top