Jump to content

Conceptual question


pieterpareit

Recommended Posts

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

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...