Results 1 to 2 of 2
Thread: modify XML file
- 04-10-2011, 09:55 PM #1
Member
- Join Date
- Apr 2011
- Posts
- 2
- Rep Power
- 0
modify XML file
I have XML file which is generated by Rapidminer. So I need to change some attributes in XML file to variables.This is the file:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
- <process version="5.1.006">
- <context>
<input />
<output />
<macros />
</context>
- <operator activated="true" class="process" compatibility="5.1.006" expanded="true" name="Process">
- <process expanded="true" height="-20" width="-50">
- <operator activated="true" class="retrieve" compatibility="5.1.006" expanded="true" height="60" name="Retrieve" width="90" x="82" y="118">
<parameter key="repository_entry" value="Golf" />
</operator>
<connect from_op="Retrieve" from_port="output" to_port="result 1" />
<portSpacing port="source_input 1" spacing="0" />
<portSpacing port="sink_result 1" spacing="0" />
<portSpacing port="sink_result 2" spacing="0" />
</process>
</operator>
</process>
So I need to change "Golf" to a string variable i think.
- 04-19-2011, 09:06 AM #2
Member
- Join Date
- Apr 2011
- Posts
- 2
- Rep Power
- 0
Similar Threads
-
XML file and modify attribute values based on some conditions
By emyk in forum Advanced JavaReplies: 0Last Post: 03-19-2011, 11:54 PM -
Modify text file
By phantom06 in forum New To JavaReplies: 1Last Post: 02-03-2011, 06:20 AM -
Read and modify text file
By heartysnowy in forum New To JavaReplies: 27Last Post: 11-19-2008, 10:03 AM -
How to Modify,Delete data in File Txt???
By hungleon88 in forum Advanced JavaReplies: 9Last Post: 09-24-2008, 03:19 AM -
Modify A* Algorithm
By prakharbirla in forum Advanced JavaReplies: 1Last Post: 02-13-2008, 06:25 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks