|
-
July 1st, 2002, 03:28 PM
#1
How to read and write XML file with a lot of data?
Hi, I need to read and write a XML file with the following format:
<DataXML>
<Value ElemNum=¡±n1¡±>
x1 x2 x3 ¡*. xn1
</Value>
<Value ElemNum = ¡°n2¡±>
y1 y2 y3 ¡* yn2
</Value>
</DataXML>
xi and yi are float number, n1 and n2 are very large, can be more than 10000. Can any xml parser do it and how to do it?
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|