Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Core » how to check specific end tag in a xml file?
Re: how to check specific end tag in a xml file? [message #35829 is a reply to message #35802] Tue, 27 March 2012 06:49 Go to previous messageGo to previous message
ayana is currently offline  ayana
Messages: 16
Registered: November 2011
Promising Member
Hi Sender,

Thanks for your reply.

But, i want to save each person to person tag details into individual XML files in the name of "gathered text of 'name' tag".

Example:

<Xml>
<UUID>f9904fb0dacd1661dc3358c69c032bca</UUID>

<Project_Information>
<ProjectName>erwerw</ProjectName>
<Description>dfg</Description>
<Date>27/03/2012</Date>
</Project_Information>

<InputDataInformation>

<Information>
<Name>Info1</Name>
<Type>jj</Type>
<DataType>fty</DataType>
<Size>45</Size>
<Unit>qerw</Unit>
<Scale>4455</Scale>
</Information>

<Information>
<Name>Info2</Name>
<Type>ww</Type>
<DataType>fer</DataType>
<Size>24</Size>
<Unit>qhy</Unit>
<Scale>1234</Scale>
</Information>

<InputDataInformation>

</Xml>

in the above xml file i want to save each information details to save into two individual xml files, in the name of "gathered text of 'Name' tag".
Like, Info1.xml and Info2.xml

Inside Info1.xml file, i want the following to be get saved

<Information>
<Name>Info1</Name>
<Type>jj</Type>
<DataType>fty</DataType>
<Size>45</Size>
<Unit>qerw</Unit>
<Scale>4455</Scale>
</Information>

Inside Info2.xml file,

<Information>
<Name>Info2</Name>
<Type>ww</Type>
<DataType>fer</DataType>
<Size>24</Size>
<Unit>qhy</Unit>
<Scale>1234</Scale>
</Information>


With Regards,

Ayana
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: ParseXML intermittent crash
Next Topic: bug in http.cpp
Goto Forum:
  


Current Time: Mon Aug 04 13:39:14 CEST 2025

Total time taken to generate the page: 0.14075 seconds