Well, the code won't work word for word, but yes, the concept is the same no
matter what the server is. The src attribute is looking for an XML document,
but if the URI points to a web server that constructs a dynamic XML document,
or if it's a static XML file, the client doesn't know the difference. In
most cases, it's a good idea to set the contenttype correctly, "text/xml" in
this case.
Regards,
Mike Sharp
> > Assuming the data island has a src attribute like: "getXML.asp", this ASP
> > page would do it:
[quoted text clipped - 20 lines]
>
> Thanks