pieterpareit Posted November 20, 2009 Share Posted November 20, 2009 Hi,I looking for the most performant way to implements the xml below.I have an XML datasource (my XPATH is /root/). <root> <company>myCompany</company> <street>myStreet</street> <employees> <emp-address> <locadress></locadress> <locstreet></locpostal> <locpostalcity></locpostalcity> </emp-address> <emp-address> <locadress></locadress> <locstreet></locpostal> <locpostalcity></locpostalcity> </emp-address> </employees> <invoices> <con-person> <name></name> <fristname></firstname> <con-person> <con-person> <name></name> <fristname></firstname> <con-person> </invoices></root> - The company info must be on every page (I guess this is pageHeader)- Then I want to display the employees (I made a column header whith the headers)- Then I made the employee fields in the detail band.I'm stuck with the invoices?Can somebody give me some advice how the do this?Thanks in advance,Pieter Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now