Project

General

Profile

ttd.xml

4GL WRITE-XML output w/o nsPrefix and namespace - Igor Skornyakov, 12/01/2022 05:24 AM

Download (344 Bytes)

 
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ttd xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3
  <ttdRow>
4
    <cE>e1</cE>
5
    <cM>m1</cM>
6
    <val>m1-e1</val>
7
  </ttdRow>
8
  <ttdRow>
9
    <cE>m0</cE>
10
    <cM/>
11
    <val>-m0</val>
12
  </ttdRow>
13
  <ttdRow>
14
    <cE>m1</cE>
15
    <cM>m0</cM>
16
    <val>m0-m1</val>
17
  </ttdRow>
18
</ttd>