User Profile

Collapse

Profile Sidebar

Collapse
kapsshaw
kapsshaw
Last Activity: Nov 1 '06, 03:00 AM
Joined: Oct 10 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • kapsshaw
    replied to Xml file to PDF
    in XML
    Write an xsl transformation with formatting objects in it. Pass the xml file and xsl-fo.xsl file through a transformation application to generate an xsl-fo.fo file.
    Now pass this xsl-fo.fo file through a Renderer to generate a PDF output....
    See more | Go to post

    Leave a comment:


  • kapsshaw
    started a topic XSL-FO barcode
    in XML

    XSL-FO barcode

    Hi

    I have xml data for a barcode. I need to apply a transformation to transform that xml data as Code 3 of 9 barcode in xsl-fo.
    See more | Go to post

  • kapsshaw
    started a topic Append an existing XSL-FO with data from xml
    in XML

    Append an existing XSL-FO with data from xml

    Hi, I already have an existing xsl-fo templated formated accordingly. I want to append it with some more formatted data from an xml file for e.g say Name and Address. Is this possible and how could i do that?
    See more | Go to post

  • Need help Combining two XML files to a single WordML file

    Hi
    I have an xml file e.g Data.xml which contains raw data e.g. <Name>Mark</Name>
    <Address>New York</Address>
    and another xml file containing the formatting factors or attributes of Data.xml e.g Format.xml
    <Name>
    <font>Arial</font>
    </size>12</size>
    </Name>
    So i now i want to combine or apply these formatting factors to my raw data...
    See more | Go to post
No activity results to display
Show More
Working...