web programers - Help!
Sep. 1st, 2009 02:39 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
I need help. I know what I want to do, but I don't know what language to use.
I want to have an html file call data from an xml file.
easy, right?
I want to be able to set an identifier for the field that I want, kind of like sql
(ex: select * where id="uniqueName")
there are about 200 names, and they each want a separate page.
I want to write one page, and copy it 200 times w/ 1 line different (the unique identifier)
suggestions?
I want to have an html file call data from an xml file.
easy, right?
I want to be able to set an identifier for the field that I want, kind of like sql
(ex: select * where id="uniqueName")
there are about 200 names, and they each want a separate page.
I want to write one page, and copy it 200 times w/ 1 line different (the unique identifier)
suggestions?
no subject
Date: 2009-09-01 06:54 pm (UTC)XML is somewhat unintuitive, however. But that article gives you a start, and if you keep poking around on Google for similar terms, you'll likely get what you need.
no subject
Date: 2009-09-01 06:57 pm (UTC)I am also looking at XQuery, which seems to be like mySql for XML, which is basically what I'm looking for.
no subject
Date: 2009-09-01 09:56 pm (UTC)