I need a little help on ASP files
Frank Leahy
frank at backtalk.com
Mon Feb 9 05:32:13 EST 2004
On Monday, February 9, 2004, at 07:44 AM,
use-revolution-request at lists.runrev.com wrote:
>
> So, if they are xml then can I use rev to parse the info????
> If not then is my best bet to just search/offset the info and write my
> own html for use in rev???
It's not xml, it's just HTML. Don't worry about the fact that the file
extension is .asp; the file is simply HTML and could have any number of
extensions (.html, .htm, .pl, .php) depending on how it was produced.
>
> This is from a daily generated quote from another private website and I
> want to create a floating window on the computer that displays their
> quotes in it and maybe clean it up a bit and make it look nice. If I am
> successful I will be donating it to them for their own
> distribution/downloading. Any help is really appreciated. Thanks.
>
Use offset() to find the beginning and end of the quote, and then munge
the quote to format it as you like.
-- Frank
More information about the use-livecode
mailing list