auto_stories Bilgi Bankası chevron_right Actions chevron_right Makale

Display Xslt View

This operation displays the file in HTML format according to given XML and XSLT file information.

mceclip0.png

Display Xslt View operation at Property Panel

 

Properties

Description: Description related to action is written.

Heading: When added as Form Action, it specifies the name in the action list.

XSLT File Name: The name of the XSLT file is written. Information can be obtained from within the form or from the linked list.

C: \ inetpub \ wwwroot \ EmsOctopusClient \ Uploads \ e-Government \ Xslt

XML File Name: The name of the XML file is written. Information can be obtained from within the form or from the linked list.

C: \ inetpub \ wwwroot \ EmsOctopusClient \ Uploads \ e-Government \ Xml

Linked List: A list within the form is selected. The information in the selected line of the corresponding list is processed according to the information.

Run Condition: If the value in the query entered in this field is “0”, the corresponding action will not run.

Request Confirmation: Select if the request confirmation will be used before running the action. If Request Confirmation is activated, the Confirmation Message feature is turned on and the message that will be displayed when requesting confirmation is written.

 

Example Used

This operation shows the XML or XSLT format of a table from SQL in the list at the new window.

For example; A button is added in a form. Display XSLT View operation with When clicked event is created for the button. “C: \ inetpub \ wwwroot \ EmsOctopusClient \ Uploads \ e-Government \ Xml” is written in XML File Name with file path.

mceclip1.png

When the button is clicked, the code is opened in a new window as below.

mceclip2.png

mceclip3.png