D
DotNet
Is there a way to order items read from an XML document by their attributes
using XmlTextReader, eg
<NEWSITEM NEWSDATE="2002-01-23">item 1</NEWSITEM>
<NEWSITEM NEWSDATE="2002-01-24">item 2</NEWSITEM>
and order this by date?
using XmlTextReader, eg
<NEWSITEM NEWSDATE="2002-01-23">item 1</NEWSITEM>
<NEWSITEM NEWSDATE="2002-01-24">item 2</NEWSITEM>
and order this by date?