Hi all,
Thanks in advance for any help that you can give. I'm trying to write
some php that will read in some xml and then allow me to modify the tag
and write back out to xml.
In the following example, I want to read in 'text_for_parag raph_1',
then allow it to be viewed, edited, and saved back to the xml... I
have absolutely no clue even where to start...any help at all would be
more than appreciated!!
thanks,
john
<?xml version="1.0" standalone="yes "?>
<module name="GS02" course="Demo">
<page>
<Name><![CDATA[ c0300010 (Ref Num 772) ]]></Name>
<Screen_Type> <![CDATA[Text_with_Imag e]]></Screen_Type>
<Description> <![CDATA[ ]]></Description>
<Script>
<Text_for_Parag raph_1><![CDATA[ Welcome to
lesson 1 of module 2.
In this lesson, you will learn about the emerging trends in the
IT marketplace. ]]></Text_for_Paragr aph_1>
</Script>
</page>
</module
Thanks in advance for any help that you can give. I'm trying to write
some php that will read in some xml and then allow me to modify the tag
and write back out to xml.
In the following example, I want to read in 'text_for_parag raph_1',
then allow it to be viewed, edited, and saved back to the xml... I
have absolutely no clue even where to start...any help at all would be
more than appreciated!!
thanks,
john
<?xml version="1.0" standalone="yes "?>
<module name="GS02" course="Demo">
<page>
<Name><![CDATA[ c0300010 (Ref Num 772) ]]></Name>
<Screen_Type> <![CDATA[Text_with_Imag e]]></Screen_Type>
<Description> <![CDATA[ ]]></Description>
<Script>
<Text_for_Parag raph_1><![CDATA[ Welcome to
lesson 1 of module 2.
In this lesson, you will learn about the emerging trends in the
IT marketplace. ]]></Text_for_Paragr aph_1>
</Script>
</page>
</module
Comment