BizTalk Utilities Xselerator XSLT IDE


Forum main page

Most active member

Login page
Register
Log out

Search page


Information Online

View our event calendar
Add general event such as an upcoming software release or conference
View all birthdays

Public image gallery
Upload your images in your profile

Profile editing page
Subscription list page
Address book page

Member list page
View the most active member
User groups listing

Private message page

TopXML Discussion Forum TopXML Discussion Forum

Forums  Register  Login  My Profile  Inbox  Address Book  My Subscription  My Forums 

Photo Gallery  Member List  Search  Calendars  FAQ  Ticket List  Log Out

Displaying different data as footer info using xsl:fo

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [Ask XML questions here] >> XSLTalk (Programming) >> Displaying different data as footer info using xsl:fo Page: [1]
Login
Message << Older Topic   Newer Topic >>
Displaying different data as footer info using xsl:fo - 19 June 2008   
rtalapaneni

 

Posts: 1
Score: 0
Joined: 19 June 2008
Status: offline
Hi,
My requirement is we have to display different data for some pages based on xml output in PDF.
We are taking input as xml and using xsl:fo for generating PDF.

For example :
<stxx>
  <service>
    <output>
       <displayData>
            <name> Hanumatha Rao </name>
            ....some data  ...
            .........
            ........
       </displayData>
       <displayData>
             <name> Rambabu </name>
             ......
             .......
            ...........
       </displayData> 
     </ouput>
  </service>
</stxx>

I am using this structure.
<fo:page-sequence master-reference="first">
  <fo:static-content flow-name="xsl-region-before">
     <fo:block text-align="center">
         <xsl:call-template name="title"/>
      </fo:block>
  </fo:static-content>
  <fo:static-content flow-name="xsl-region-after">
      <fo:block text-align="center">
        <xsl:call-template name="footer"/>
      </fo:block>
  </fo:static-content>
  <fo:flow flow-name="xsl-region-body">
         <fo:block text-align="center">
   <xsl:call-template name="doBody"/>
</fo:block>
<fo:block id="last-page"/>
</fo:flow>
</fo:page-sequence>

Each display data will take one or more pages. Now I want to display "name" node displayData in footer part.


What is the way to display name in footer part dynamically?

Thanks,
Ram
          
Post #: 1
Page:   [1]
All Forums >> [Ask XML questions here] >> XSLTalk (Programming) >> Displaying different data as footer info using xsl:fo Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts



Email TopXML

Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

0.156