|
|
|
|
|
|
|
![]() |
#1 |
They have the Internet on computers, now?
Join Date: Apr 2005
Posts: 148
|
XML Help
I am trying to use xml for the first time. i understand the syntax but don't know how to insert it into my pages? Also how can I use hyperlinks inside it?
Have searched and read alot online but am just getting more confused. Can anyone point me in the write direction. |
![]() |
![]() |
![]() |
#2 |
a.k.a. Sparky
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
|
Usually you feed your xml data to an xslt processor that uses an xslt template to render the results into the format you wish.
Your XML should have a dtd block at the top which defines the format used by the xml document. From that, you can generate your template because the dtd specifies the fields, formats, etc. However, there are very few places that actually use xml, so, the first question would be: What is it that you are trying to accomplish? Are you trying to convert RSS to something? or is it truely an XML datastream? As for how to put URLs in, !CDATA is usually the preferred method to make things so that they are ignored by the xslt processor, but, if you are having problems with & in your links, remember that xml requires entities rather than the raw & and expects & in the url. http://www.xml.com has quite a decent set of reference links if you are truely trying to parse xml.
__________________
SnapReplay.com a different way to share photos - iPhone & Android |
![]() |
![]() |
![]() |
#3 |
They have the Internet on computers, now?
Join Date: Apr 2005
Posts: 148
|
Thanks Cd34, will look into it. Anyone else?
|
![]() |
![]() |
![]() |
#4 |
Internet! Is that thing still around?
|
XML is actually a data format.
Where on your pages are you planning to use it?
__________________
<a href=http://free-porn-lord.com/submit.php>Submit your HQ free sites to L.O.F.P. link list</a> |
![]() |
![]() |
![]() |
|
|