Jump to content

XML using DOMdocument


rockxl1

Recommended Posts

Hi.

I have a xml like this:

 

<gallery 
galleryname="album" 
layout="1" 
preferredstage="0" 
>
<image thumb="images/image1-thumb.jpg">images/image1.jpg</image>
<captiontext>image 6 sample text</captiontext>
<imageurl popupwidth="420" popupheight="420">images/image1.jpg</imageurl>
</gallery>

 

DOMdocument Classe just work when i have tags like that:

<title>Heloo</title>
<main>problem</main>

Right?

 

What class i can use to chage easy my XML code?

 

Thanks

Rafael Rocha - Portugal

Link to comment
https://forums.phpfreaks.com/topic/149999-xml-using-domdocument/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.