[
Lists Home |
Date Index |
Thread Index
]
- From: Graham Moore <graham.moore@dpsl.co.uk>
- To: xml-dev@ic.ac.uk,JD1@FADavis.com
- Date: Thu, 17 Sep 1998 15:45:37 +0000
you can use some script to say...
XSLControl.documentURL = urlString
etc
so if you wanted a really dynamic system you could make a request to the
server which returned the url to connect to and then set the url property.
When you set the prop it goes off and gets the XML, then just call,
something like
htmlElemId.innerHTML = XSLControl.htmlText
to display the new content.
Also consider using the java stuff from jjc and others as this is more
up-to-date than the ms offering, IMHO provides you with alot more power and
control.
graham.
gdm@dpsl.co.uk
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|