My xml is bound to an xml-viewer/editor.
But I want to realize an output like this:
<?xml version=‘1.0’ encoding=‘UTF-8’?>
<ArchiveBatch xmlns:xsi=‘http://www.w3.org/2001/XMLSchema-instance’>
<Header>
<Source/>
<Version/>
<BatchSequenceNumber>1</BatchSequenceNumber>
<CreateTime>27-9-2012 12:30:19</CreateTime>
</Header>
<Content>
<Aanslagnummer>12345678</Aanslagnummer>
<DocumentType>041</DocumentType>
<BestandsNaam>20120926-0012924.pdf</BestandsNaam>
<AantalPaginas>3</AantalPaginas>
</Content>
</ArchiveBatch>
I have to put some style information somewhere.
So when I construct a xslt and put it in the map C:\Program Files\NetMake\v7\wwwroot\scriptcase\prod hird\ezxml
would that help? Of course the tags and fields should have the same name.
Bert