Click here to Skip to main content
15,891,607 members

Comments by Member 11407911 (Top 2 by date)

Member 11407911 11-Oct-16 17:47pm View    
yes, am using the custom xslt code for transforming from one xml doc structure to another xml doc structure... now i solved the issuse to connect and get particular field value from database...thanks for your response
Member 11407911 28-Sep-16 17:51pm View    
Deleted
now i created flat file schema( for positional file) and my complexity is, For a scenario 10segments will be avaliable in the schema file all are optional elements so i fixed as min occur as 0, max occurs 36,
For e.g: Generated instance to be like this



this can be generated while validating instance.(input: 111222333444555666777888999000),

now the input file like this (111222444555666888) means the output like this




My Question is: i want the output instance like this,
<Header>










even i used here as tag identifier concept means looking for so& so tag name,
offset concept also not working here,
:~