我的 PS 数据集中有 XML 数据,如下所示,格式与我的 PS 中的以下格式相同,示例如下:
(**<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" id="WebApp_ID" version="3.0">
<display-name>onlinerecharge</display-name>
<filter>
<filter-name>struts2</filter-name>`enter code here`
<filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
</filter>
<filter-mapping>**)
我想要的是我希望整个 XML 进入一行,中间没有任何中断,我只需要在大型机上做那件事。我们有没有办法在 REXX 或 JCL 中做到这一点,我希望我的输出与 PS 中的一样:
(http://www.w3.org ......等等)