[EMAIL PROTECTED] wrote:

> My best idea so far has been to create an HTML-generating printer_dat
> for Xchange, which I hope to put on my website tonight.

What a cunning idea - I like it !


> translates: as required, e.g. £ to 163.

This might be difficult. You can find a list (incomplete unfortunately) on my 
HTML website (www.bountiful.demon.co.uk/html/index.html) for the 'special 
characters' but basically you will probably also need :

'<' = &lt;
'>' = &gt;
'&' = &amp;

The other problem you might suffer from is multiple spaces and newlines (is 
that possible in Abacus - except that you are using the <PRE> tag, so you 
should be ok.

I suspect that because you are using the <PRE> tag that your special characters 
might be ok, but I'm sure I've had problems when doing assembly stuff in <PRE> 
that I still had to convert stuff to the &xxx; format.

Cheers,
Norman.

_______________________________________________
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

Reply via email to