📄 reportshtml.xsql
字号:
<?xml version="1.0" encoding='UTF-8'?>
<?xml-stylesheet type="text/xsl" href="/xsl/{@css}.xsl"?>
<!-- Include XML content generated by reportXML.jsp and apply styles to create an HTML.
The jsp needs various parameters like shopID, fromDate etc. They are passed from this
XSQL page to the jsp as request params
-->
<xsql:include-xml xmlns:xsql="urn:oracle-xsql" href="http://{@server}:{@port}{@ctx}/jsps/shopowner/reportXML.jsp?langID={@langID}&shopID={@shopID}&toDate={@toDate}&fromDate={@fromDate}&status={@status}&type={@type}"/>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -