You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Hi,
I have a tFileOutputXml which is well associated to a schema but when it is generated, the name of tags are not correct.
<?xml version="1.0" encoding="ISO-8859-15" ?>
- <array>
- <row>
<field>SWA</field>
<field>SWT</field>
<field>TAU</field>
<field>917520</field>
<field>216962</field>
<field>AC</field>
<field />
<field /><?xml version="1.0" encoding="ISO-8859-15" ?>
- <array>
- <row>
<field>SWA</field>
<field>SWT</field>
<field>TAU</field>
<field>917520</field>
<field>216962</field>
<field>AC</field>
<field />
<field />
.......
Tags are generic but not specific to the schema.
How can I resolve this please?
Thanks.
esy wrote:
Tags are generic but not specific to the schema.
Since 1.1.0M1, tFileOutputXML has been improved to offer the feature you request (see [Bugtracker, feature 226, fixed] Enhanced tXMLOutput). Check the "Column name as tag name" property.
Offline
It's ok with the version 1.1.0M2. Thanks!
But is it possible to have several levels in the tFileOutputXML (at least 2 lvl)?
For instance :
<home>
<door>....</door>
<window>
<color> ... </color>
</window>
</home>
Hello !
I have the same problem for making a schema of a xml that have several levels.
Does anyone know how to do ?
Pages: 1