MatXpl Posted May 4, 2011 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 MTA:SA scripts/gamemodes/misc: http://www.mtasa.xn.pl
Castillo Posted May 4, 2011 Posted May 4, 2011 I'm sorry, but i don't get your point, what do you want to do? San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
DiSaMe Posted May 4, 2011 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. -
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