Hi,
With Tamino X-plorer and Tamino X-application i am able to generate web applications (jsp files) on the fly, but When i defined a schema for non xml objects and started generating Application Tomcat server closed abruptly and displaying the message “Page Cannot be Displayed in the Browser”.
Regards,
Srinivas
Hello,
what is a schema for Non-XML objects?
Could you post the schema?
Regards, Harald
Hello,
this topic will be moved to the Assistance Forum in the next days.
The assistance forum is intended to be used for technical questions and answers.
Thank you for your understanding.
Regards,
Christian.
Hi Harald,
Sorry for the delay. Here is the Schema you have asked for.
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema ino:docname=“TASKManage/TestImage” ino:id=“12” xmlns:tsd=“http://namespaces.softwareag.com/tamino/TaminoSchemaDefinition” xmlns:xs=“XML Schema”>
xs:annotation
xs:appinfo
<tsd:schemaInfo name=“TestImage”>
<tsd:collection name=“TASKManage”/>
<tsd:doctype name=“TestImage”>
tsd:nonXML/
</tsd:doctype>
tsd:adminInfo
tsd:versionTSD3</tsd:version>
tsd:created2002-04-18T18:03:06.203+05:30</tsd:created>
tsd:modified2002-04-19T16:31:16.296+05:30</tsd:modified>
</tsd:adminInfo>
</tsd:schemaInfo>
</xs:appinfo>
</xs:annotation>
</xs:schema>
regards,
Srinivas
Hello Srinivas,
with X-Application 3.1.2 we are not able to support non-XML data directly. Generating an application for non-XML schema is not possible.
However, to display the non-XML content, especially for image data, should be possible, if you use references (URL) to the non-XML data within your JSP pages.
We had already discussions about this theme under the following topics
Perhaps, the solution of sumier could be interesting for you. It deals with image data and URLs.
If you have another use case, please give us more detail about your application scenario and we try to find a solution.
Bye,
Christian.