I have xml data(file or text) sent to client from web server.
The xml has tags only (no attributes). Actually I am using it to represent a tree.
On client side I need ...
Somewhat related to this question, I'd like to know if there is any common conventions to syntax highlight JavaScript, CSS and HTML/XML? I’m thinking mostly about things like using standardised ...
I've been working on a website, using html,css,js and xml files on my computer (not online yet). I had an images folder, but otherwise was keeping all the files in ...
I'm building a menu list from a XML file, the XML file is used to build both- the horizontal and vertical menu list. The list styles itself [horizontal/ vertical] depending on ...
Hi All, forgive me if this is a silly question, but i'm not too sure how to do this without reading through a whole XML tutorial I have a site (very small one) that is in html and uses CSS. I need to convert this site to XML (don't ask why). Now, could I just slap the CSS in the XML ...
I am writing js that reads an xml file. I'm trying to add an image to my xml file. I've added the image to the xml file, but occassionally my entries don't have images so what i am seeing is I get only the results that do have images. I tried writing an if statement that checks for a null value ...