MatXpl Posted May 4, 2011 Share Posted May 4, 2011 Hi! i have a xml code: <trains> <train src="normal" id="U-113" /> <train src="normal" id="U-114" /> <train src="normal" id="U-115" /> <train src="urban" id="Urban#1" /> <train src="urban" id="Urban#2" /> <train src="speed" id="MS" /> <train src="urban" id="lost" /> </trains> and i wont script to find a U-114 in the xml file in attribute and delete his child Link to comment
Castillo Posted May 4, 2011 Share Posted May 4, 2011 I'm sorry, but i don't get your point, what do you want to do? Link to comment
DiSaMe Posted May 4, 2011 Share Posted May 4, 2011 Store nodes into the table with xmlNodeGetChildren, cycle through them, get ID attribute of each node with xmlNodeGetAttribute and check if it's equal to U-114. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now