daixiaofei - 2004-11-10

my code is that:
while((m_TXmlDoc->FirstChild()->ToDeclaration())!=NULL)
    {
        m_TXmlDoc->FirstChild()->Clear();
        m_TXmlDoc->Print(stderr);
    }
when I run ,,it show that the clear ,does not work?!