mabjustmab (
mabjustmab) wrote2009-09-01 02:39 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Entry tags:
web programers - Help!
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
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
I am also looking at XQuery, which seems to be like mySql for XML, which is basically what I'm looking for.
no subject