| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
|
|
#2 (permalink) | |
|
vague™
Join Date: Mar 2004
Location: Glasgow
Posts: 5,555
|
Quote:
An XML file is static and cannot "read a text file". You'll need to use an intermediary language, such as PHP, to read in your text file and convert it to XML, then traverse your XML and output it as your XHTML list. |
|
|
|
|
#3 (permalink) |
|
Registered User
Join Date: Oct 2004
Posts: 16
|
ok, i may be thinking of this incorrectly then. here's what i need to do. i have example.htm that will have a list of names that can be individually clicked to open a seperate page. this can be a form selection box if necessary, but i think it would be simpler just using a list with links. the links would have to be generated. it would be best if i could make a form for the 'client' to fill in a new name and corresponding link, and have those form results sent to the page with the actual list and links. php, i suppose. so i guess i have 2 questions. i need to know how to make the file read from a plain text file that the ciient can use and add any new entries to the list on the html page or how to submit this into a php page or something that would 'get' values from a form. the other question would be how do i construct the links. |
|
![]() |