Jump to content
Software FX Community

Passing XML Data Structure


User (Legacy)

Recommended Posts

Hello

Is there any possibility to pass data by a xml-structure instead of a file?

We intend to generate the HTML-code for a diagram by xsl transformations. So

I tried to generate the code for ActiveX diagram but it works only with data

given by a separate xml-file. It looks like this:

<OBJECT CLASSID="CLSID:21F49842-..."

TYPE="application/x-oleobject"

... <PARAM NAME="TEMPLATE" VALUE="TestProperties.xml">

... <PARAM NAME="DATAPATH" VALUE="TestData.xml">

Is it possible to pass the data directly in the structure above (like <PARAM

NAME="DATAPATH" VALUE="<DATA><COLUMNS>....) and not by a separate xml-file?

Or is there any other simple solution to create a diagram from xml and xsl?

Please help. Thanks,

Thomas

Link to comment
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...