Topic: new to xml (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: |
posted 01-07-2004 01:01
I decided to make a perl script using xml to store the data for bookmarks (see this thread ) I haven't used xml before, and thought now is a good time to learn. I created an xml file, and it doesn't have any errors when veiwing, so: code: example bookmark directory structure: code: xml of the above sample: thank you, |
Maniac (V) Inmate From: there...no..there..... |
posted 01-07-2004 03:54
i think the two different items called "menuitem title" may lend itself to some trouble. |
Bipolar (III) Inmate From: Cold Sweden |
posted 01-07-2004 11:44
quote:
quote:
code: <bookmarks>
quote:
|
Paranoid (IV) Inmate From: France |
posted 01-07-2004 14:57 |
Bipolar (III) Inmate From: Cold Sweden |
posted 01-07-2004 15:06 |
Nervous Wreck (II) Inmate From: |
posted 01-07-2004 17:47
Is there something wrong with the word "title"? If I understand this is wrong: code: <menuitem title="cpp"> and this is right: code: <menuitem name="cpp">
|
Bipolar (III) Inmate From: Cold Sweden |
posted 01-07-2004 18:00 |