2005/01/23

An example to append a node to xml file by DOM

Description: Assume we have a xml file, TaiwanTopTen20050121073726.xml, and we would like to append a time elemnt at the end of the xml file.

Input:
1. TaiwanTopTen20050121073726.xml

Source Code:
1. AppendTimeToXMLByDom.htm
2. XMLUtil.htm

No comments: