0
、以下を達成したい、所望の出力(テキスト)要約中のSOXSLTは:テキストへの変換XMLは、私は、XSLTに新しいです
01|1596056|12434F
02|1233| |567|
を必要とするXML入力以下
<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ser="http://xyz.com.zr/l8q/12Q/service/">
<soapenv:Header>
<ser:User>
<!-- comment -->
<Username/>
<password/>
</ser:User>
</soapenv:Header>
<soapenv:Body>
<mainTag>
<abc>1596056</abc>
<asdd>12434F</asdd>
<childtag>
<asdf>1233</asdf>
<qwe>567</qwe>
</childtag>
</mainTag>
</soapenv:Body>
</soapenv:Envelope>
されています以下知ることでinterstedて所望の出力は、ロジックは
である以下1) how can i make the text output from xslt.
2) how to make/avoid newline (i.e break).
3) how to generate spaces in text.
詳細を
01 = this is line number in the text (first line)
1596056 = <abc>
12434F = <asdd>
02 = this is line number in the text (second line)
1233 = <asdf>
567 = <qwe>
おかげ
「 「 –
Pawel
の例はあいまいです。ここで適用する必要があるロジックを説明してください。 –
私はあなたの例が何を定数であるか、単なる例であるかはまだ分かりません。 –