E
E.F
Hi everybody,
I get lost trying to insert a node in my xml file with
readfile, xpath, xpathnavigator, etc...
1/ my xml file looks like that :
<PUPILL_CP_1>
<YEAR_2006>
<OCTOBRE EffectifDeLaClasse="28" Presents="25" Absents="3" Comment=""
<NOVEMBRE EffectifDeLaClasse="28" Presents="28" Absents="0"
Comment="...." />
<DECEMBRE EffectifDeLaClasse="28" Presents="20" Absents="5"
Comment="blabla bla" />
</YEAR_2006>
<YEAR_2007>
<JANVIER EffectifDeLaClasse="28" Presents="10" Absents="18"
Comment="DANGER important desease"/>
<FEVRIER EffectifDeLaClasse="28" Presents="27" Absents="1"
Comment="something else" />
</YEAR_2007>
</PUPILL_CP_1>
2/ I want to insert this node
"<MARS EffectifDeLaClasse="28" Presents="10" Absents="18"
Comment="something" />"
afert the last (which is <FEVRIER EffectifDeLaClasse="28" Presents="27"
Absents="1" Comment="something else" />)
Does anybody can explain me the best way to select one nodes
while reading this file and after, the best way to insert my node ?
Thank you very much for your attention.
Evelyne
I get lost trying to insert a node in my xml file with
readfile, xpath, xpathnavigator, etc...
1/ my xml file looks like that :
<PUPILL_CP_1>
<YEAR_2006>
<OCTOBRE EffectifDeLaClasse="28" Presents="25" Absents="3" Comment=""
<NOVEMBRE EffectifDeLaClasse="28" Presents="28" Absents="0"
Comment="...." />
<DECEMBRE EffectifDeLaClasse="28" Presents="20" Absents="5"
Comment="blabla bla" />
</YEAR_2006>
<YEAR_2007>
<JANVIER EffectifDeLaClasse="28" Presents="10" Absents="18"
Comment="DANGER important desease"/>
<FEVRIER EffectifDeLaClasse="28" Presents="27" Absents="1"
Comment="something else" />
</YEAR_2007>
</PUPILL_CP_1>
2/ I want to insert this node
"<MARS EffectifDeLaClasse="28" Presents="10" Absents="18"
Comment="something" />"
afert the last (which is <FEVRIER EffectifDeLaClasse="28" Presents="27"
Absents="1" Comment="something else" />)
Does anybody can explain me the best way to select one nodes
while reading this file and after, the best way to insert my node ?
Thank you very much for your attention.
Evelyne