|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I have to use Oracle C++ xml parser and Oracle 9i db on solaris platform.
Can anyone give an idea how I can do this. How can i dump the whole node text to a file. help! Ex: <head> . </head> <body> <p1> . . </p1> <p2> . . </p2> . . . </body> Dumping this xml to another file. First i have to dump the whole <head> node to destination file (How can I do this). now I take whole node p1 and apply certain conditions. If satisfied, I should dump the whole p1 to a file as it is (some thing like serialize node). Now I take whole p2. If p2 doesn't satisfy those conditions, I shouldn't dump p2 to destination file. This way, I read all p3, p4 ..... until </body> and apply certain conditions and if, satisfied I should dump to destination file. In short, Is there any serialize node function in Oracle C++ xml parser. If one not available, what is my aletrnative. Is it with normal file processing apis. An idea in this is highly, appreciated. Thanks and Regards. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > Oracle C++ xml parser and serialize node |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|