Topic: XML/HTML Implementation Question. (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
posted 04-22-2002 18:03
Okay, so as some of you may remember, I'm working on a customized CMS for my sites here at the University of Minnesota. While most of the information will remain in HTML/PHP form, the meta information that the system itself uses will be in XML. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 04-23-2002 17:17
The poster has demanded we remove all his contributions, less he takes legal action. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 04-24-2002 17:42
jiblet: You might want to explain what you are planning in more detail - InI is right and I would probably only use XML in this context for transferring data into or out of my site (using PHP to grab it, slice it and store it or to write it for export). |
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
posted 04-24-2002 19:10
Yeah, see, I understand the general purpose of XML for abstracting data for use in multiple applications. In fact, I am working on an RSS channel for the schools MetaDot portal. In this context the tutorials are very helpful and XML itself is quite intuitive.
|
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 04-24-2002 20:35
jiblet: I've not tried it but I would be concerned that dropping XML into the head might cause things like NS4.x problems. I'd see what the others say but I'd go with storing an XML file in the directory. |
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
posted 04-25-2002 00:11
The more I think about it, the more I am convinced that a single XML file per directory is the way to go. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 04-25-2002 08:44
The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
posted 04-25-2002 18:19
Yeah. I guess it remains to be seen whether XML really adds enough value to my application to be worth dealing with the extra implementation time (although thanks to XML parsers it shouldn't be all that much trouble). |