Hello, The form designer, isql and other tools work fine. I just have a problem connecting to the data. When I save the form designer xml-document and view the document I see only literally the code. Although the xsl stylesheet is at the designated place, I do not get the data in the browser.
Can any-one show me the right direction to search for a solution plse ? Thank you in beforehand. Eddy Hereby the sample test code (the name of the graph is http://fadyart.com/sdnList): <?xml version="1.0" ?> <?xml-stylesheet type="text/xsl" href="/DAV/JS/xslt/formview.xsl"?> <form showajax="1" > <ds name="sdnListT2" type="4" pagesize="0"> <connection type="3" url="" nocred="0" uid="1"/> <options output="0" xpath="1"/> <query><![CDATA[SELECT ?s ?p ?o FROM <http://fadyart.com/sdnList> WHERE { ?s ?p ?o . }]]></query> <outputFields> <outputField label="s">//result/binding[@name="s"]/node()/text()</outputField> <outputField label="p">//result/binding[@name="p"]/node()/text()</outputField> <outputField label="o">//result/binding[@name="o"]/node()/text()</outputField> </outputFields> <inputFields> </inputFields> <selfFields> </selfFields> <masterFields> </masterFields> <masterDSs> </masterDSs> <types> </types> </ds> <area bgcolor="rgb(187, 187, 187)" fgcolor="rgb(0, 0, 0)" size="12.8px" left="0" top="0" width="1388" height="600" /> <object type="grid" parent="-1" empty="0" value="false"> <style left="387" top="82" z-index="1" width="202" height="202" > <css ></css> </style> <properties> </properties> <datasources> <datasource index="0"> <fieldset name="Columns" variable="1"> <name>subject</name> <name>predicate</name> <name>object</name> <columnIndex>0</columnIndex> <columnIndex>1</columnIndex> <columnIndex>2</columnIndex> </fieldset> </datasource> </datasources> </object> </form>
