Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What XML editor

Status
Not open for further replies.

trole

Technical User
Feb 7, 2005
2
ES
Hi,
I need to edit data (delete some of it) in my XML file from bat file. The XML is result from TEXTPIPE program, which appends new data from emails and it makes it prety BIG with time. What i need is small editor which can be started from the bat file since i need only 10 last records which meens thet it also needs to sort data to be able to delete older ones. Important part is bat file since i needit to be done automaticly in 1 minute intervals.
Any idea?
Thanks
 
might be best to write your own in java, sounds like a pretty specific bit of functionality you need there.

m

 
You could write a small app that does an XSL tranform or DOM manipulation and saves the result as a new XML file every minute.
 
Thanks to JontyMC & flumpy, but since i am not programmer i cant write the code. for that reason i was looking for some software to manipulate XML data.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top