|
|
 |
Re: FN-FORUM XML problems
date posted 11th September 2002 20:26
Hi Norman,
I happened to be studying this at the moment and I think I have the answer.
XML uses something called ENTITY replacement, where the word after the
ampersand '&' is replaced with text from the DTD (data Type Document) which
accompanies the code.
basically it looks like this...
&word;
so your code should read..
target="http://www.someurl.co.uk/forums/conversation_display.asp?conversatio
nID=22&topicID;=7&topicName;=Something&conversationName=Buy+to+Let">Have
your
say on this article
where the word that is ampersanded is replaced ( like a function call that
replaces the call with one word or sentance or another batch of code)
I have not however come across as yet, the way it is used here (ie: with an
'=' sign.)
so I apologise if it still does not work.
Let me know
Shaf
(STUDENT OF XML THE PAST 2 SLEEPLESS WEEKS)
----- Original Message -----
From: "Norman Beresford" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Wednesday, September 11, 2002 6:07 PM
Subject: FN-FORUM XML problems
> Hi all
>
> I've got a load of articles stored as XML. Some of the articles contain
> links, which I've marked up like so:
>
>
target="http://www.someurl.co.uk/forums/conversation_display.asp?conversatio
> nID=22&topicID=7&topicName=Something&conversationName=Buy+to+Let">Have
your
> say on this article
>
> However I'm getting an error thrown upsaying that it's expecting a
semicolon
> at the "topicID=" bit. I'm a real begininer at those whole XML marlakey so
> I'm sure I'm missing out something quite elementary. Any suggestions?
>
> Norman
>
>
> ============================================================
> = Advanced web hosting solutions from Saffas. =
> = Unix, PHP, mySQL, SSL, Perl, Control Panel, 24/7 access. =
> = Why pay more for less? http://www.saffas.com =
> ============================================================
>
> Sponsor the forum for as little as £1 at:
>
> http://www.freelancers.net/cgi/sponsor.cgi?action=show
>
>
> Advertise with Freelancers.net +Additions+
>
> http://www.freelancers.net/advert.php
>
>
> Freelancers and Freelance Jobs:
> http://www.freelancers.net
>
> Forum FAQs:
> http://freelancers.netrickery.com
>
> To unsubscribe please email:
> [EMAIL REMOVED]
>
> If you have difficulties unsubscribing please email:
> [EMAIL REMOVED]
>
|
 |
|