WMitchellCPQ
Programmer
Im using the Microsoft Office web component - MSODSC a grid view.
In some of the sample code ive come across the object value attribute contains a reference to some XML data see example below.
<OBJECT id=MSODSC classid=CLSID:0002E530-0000-0000-C000-000000000046>
<PARAM NAME="XMLData" VALUE='<xml xmlns:a="urn:schemas-microsoft-com
ffice:access"> <a
ataSourceControl> <a:OWCVersion>9.0.0.3821</a:OWCVersion> <a:ConnectionString>Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial ..... Lots more value data'/><OBJECT>
Id like to be able to turn this data into an external XML page however when I do and change the VALUE attribute to point to my new XML page it breaks the webpage.
Ideally Id Like the following ...
<OBJECT id=MSODSC classid=CLSID:0002E530-0000-0000-C000-000000000046>
<PARAM NAME="XMLData" VALUE="XMLpage.xml"/></OBJECT>
Ive tried various combinations of new attribute tags including HREF , SRC and ive even added the CODEBASE attribute. Alas to no avail.
Any Ideas ? Im going mad having to horizontally scroll so much to view this XML data.
Cheers
Will
In some of the sample code ive come across the object value attribute contains a reference to some XML data see example below.
<OBJECT id=MSODSC classid=CLSID:0002E530-0000-0000-C000-000000000046>
<PARAM NAME="XMLData" VALUE='<xml xmlns:a="urn:schemas-microsoft-com
Id like to be able to turn this data into an external XML page however when I do and change the VALUE attribute to point to my new XML page it breaks the webpage.
Ideally Id Like the following ...
<OBJECT id=MSODSC classid=CLSID:0002E530-0000-0000-C000-000000000046>
<PARAM NAME="XMLData" VALUE="XMLpage.xml"/></OBJECT>
Ive tried various combinations of new attribute tags including HREF , SRC and ive even added the CODEBASE attribute. Alas to no avail.
Any Ideas ? Im going mad having to horizontally scroll so much to view this XML data.
Cheers
Will