You are not logged in.
Announcement
Unanswered posts
|
Hi,
This is my XML
<Library>
<Book>
<Name>SUNNY</Name>
<Sex>Male</Sex>
</Book>
<Book>
<Name>HARRY</Name>
<Sex>Female</Sex>
</Book>
</Library>
Now i need that if Name attribute is blank then the entire library tag should not be visible and thats work fine when i am unchecking the createEmptyElement if Needed checkbox in tAdvanceOutputXML.
(While not splitting the o/p xml and only one o/p xml is generated).
If now i am splitting the o/p xml into multiple xmls then i am getting this XML format.
<Library>
<Book/>
<Book/>
</Library>
Why so? Please guide and help me out.
Thanks,
Sidhartha
Hi,
This is my XML
<Library>
<Book>
<Name>SUNNY</Name>
<Sex>Male</Sex>
</Book>
<Book>
<Name>HARRY</Name>
<Sex>Female</Sex>
</Book>
</Library>
Now i need that if Name attribute is blank then the entire library tag should not be visible and thats work fine when i am unchecking the createEmptyElement if Needed checkbox in tAdvanceOutputXML.
(While not splitting the o/p xml and only one o/p xml is generated).
If now i am splitting the o/p xml into multiple xmls then i am getting this XML format.
<Library>
<Book/>
<Book/>
</Library>
Why so? Please guide and help me out.
Thanks,
Sidhartha
Offline
Please Reply on above topic ASAP
Offline
hello
when i am unchecking the createEmptyElement if Needed checkbox in tAdvanceOutputXML.
I tested and found that this option is invalid now. Can you report a bug on our butracker?
Thanks for your support!!!
Best regards
shong
Offline