User (Legacy) Posted May 19, 2004 Report Share Posted May 19, 2004 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 More sharing options...
Software FX Posted May 27, 2004 Report Share Posted May 27, 2004 I'm afraid this will not be possible. Since the XML content contains quotes, it can not be placed as the value for an attribute unless it was encoded in some way. -- FP Software FX Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.