📄 reportsfop.xsql
字号:
<?xml version="1.0" encoding='UTF-8'?>
<?xml-stylesheet serializer="FOP" type="text/xsl" href="/xsl/{@css}.xsl"?>
<!-- Include XML content generated by reportXML.jsp and apply FOP styles to create a PDF
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 + -