F
fix
Hi all,
I have an XML document look like this:
<?xml version="1.0" encoding="utf-8" ?>
<root>
<piece dateorigin="2004/1/18 4:38" dateentry="2004/1/18 4:38">
</piece>
<piece dateorigin="2004/1/19 4:38" dateentry="2004/1/19 4:38">
</piece>
</root>
I follow the example in the help
ms-help://MS.VSCC/MS.MSDNVS/cpref/html/frlrfsystemxmlxpathxpathexpressioncla
ssaddsorttopic.htm
it generally works except sorting the date, the AddSort method accepts only
numbers or strings as sort keys. Is there anyone have any ideas?
I am using VS.NET 2002 with .NET framework 1.1.
Thanks.
fix.
I have an XML document look like this:
<?xml version="1.0" encoding="utf-8" ?>
<root>
<piece dateorigin="2004/1/18 4:38" dateentry="2004/1/18 4:38">
</piece>
<piece dateorigin="2004/1/19 4:38" dateentry="2004/1/19 4:38">
</piece>
</root>
I follow the example in the help
ms-help://MS.VSCC/MS.MSDNVS/cpref/html/frlrfsystemxmlxpathxpathexpressioncla
ssaddsorttopic.htm
it generally works except sorting the date, the AddSort method accepts only
numbers or strings as sort keys. Is there anyone have any ideas?
I am using VS.NET 2002 with .NET framework 1.1.
Thanks.
fix.