2017-05-05 45 views

回答

1

Alt + F是組合。也許你的期望與工具的能力不匹配?

當我有這樣的XML:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> 
    <soapenv:Body> 
<urn:GetList> 
     <urn:Qualification>'1' LIKE "%1"</urn:Qualification> 
     <urn:startRecord></urn:startRecord> 
     <urn:maxLimit></urn:maxLimit> 
</urn:GetList> 
    </soapenv:Body> 
</soapenv:Envelope> 

,然後按ALT + FI得到這個XML:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> 
    <soapenv:Body> 
     <urn:GetList> 
     <urn:Qualification>'1' LIKE "%1"</urn:Qualification> 
     <urn:startRecord/> 
     <urn:maxLimit/> 
     </urn:GetList> 
    </soapenv:Body> 
</soapenv:Envelope> 

此外,你應該在XML編輯窗口的光標,否則你得到的文件菜單下拉菜單