RE: xml/xsl and MS activeX control

Graham Moore (graham.moore@dpsl.co.uk)
Thu, 17 Sep 1998 15:45:37 +0000


you can use some script to say=2E=2E=2E

XSLControl=2EdocumentURL =3D urlString

etc

so if you wanted a really dynamic system you could make a request to the=20
server which returned the url to connect to and then set the url property=2E

When you set the prop it goes off and gets the XML, then just call,=20
something like

htmlElemId=2EinnerHTML =3D XSLControl=2EhtmlText

to display the new content=2E

Also consider using the java stuff from jjc and others as this is more=20
up-to-date than the ms offering, IMHO provides you with alot more power and=
=20
control=2E

graham=2E

gdm@dpsl=2Eco=2Euk