Archive

Posts Tagged ‘xsl’

Write An Xsl Style Sheet To Convert Xml To Excel

February 2nd, 2012 Comments off

I need an XSL style sheet to transpose data in XML format into a pre-defined Excel workbook with multiple sheets. I will use the XSL style sheet while exporting data from one piece of inventory control software in preparation for importing into the new software. The XSL style sheet must result in a completely usable Excel workbook with sheets and fields which are already defined. The style sheet will transpose one inventory record at a time.

I have attached a sample XML file and a sample Exc…

Categories: Excel, XML Tags: , , , , , ,

Xml To Xsl Converter Needed

August 13th, 2011 Comments off

We need XML to XSL converter! possible!!!???!!!

Experience In Xsl

August 12th, 2011 Comments off

I am looking for a programmer that is familiar with XSL, PHP, HTML.
They will work on laying out a number of different pages differently from their current design.
The majority will have the same database calls, but just need a different layout.

Categories: PHP, Programming Tags: , ,

Basic Work

June 30th, 2011 Comments off

Design a DTD for a specific class of documents. You will also design and implement a system to apply appropriate transformation on XML documents.

-Implementation-
Write a DTD with the following structure:
� A course is made up of a name and one or more modules.
� A module is made up of a module name, ID, an optional block week and one or more module leaders in that order.
� The course name has a required attribute to hold the course id.
� A module name has an optional attribute mode to state if the module is core or optional.

DTD � Create and use one external DTD to validate any xml documents created. Table 1 shows the data to use for the XML documents.

Create an index page with the following links:
i. Modules (CSS)
ii. Modules (XSL)
iii. Modules (Module Leaders)
iiii. Modules (Dates)
———————————
———————————

a. Modules (CSS) – Use CSS to display all module names, ids and block week dates.

b. Modules (XSL) – Display an XSL-constructed HTML table containing all module names, ids and block week dates.

c. Modules (Module Leaders) – Display a page containing an XSL-constructed HTML table containing each module name, id and initials of the module leader. Use XSL to sort the output by the module leader initials.

d. Modules (Dates) – Display a page containing an XSL-constructed HTML table containing all modules ordered by the block week dates. In addition, modules that are core modules should be highlighted with an asterisk (*) next to the module name (added by XSL).

Make sure you include:
� One external DTD with appropriate definitions.
� Valid XML documents.
� CSS used to display XML data as specified (part a).
� XSL used to transform XML data into HTML output as specified (parts b-d).
� One external CSS used for the formatting of HTML output.

=======TABLE 1 – DATA TO USE======
MSc Internet Technologies (Course ID: 12435)
-Mode- -Module Name- -ID- -Block week- -Module Leader-
-Core- Internet Issues ECO7H1 25 Sep 2010 D P
Internet Information ECO7H3 14 Jan 2011 W P #
-Option-Web Design ECO7H2 11 Mar 2011 V B
Java ECO7H4 18 Feb 2011 D D
Server programming ECO7H5 19 Nov 2010 W P
Databases ECO7H7 1 Apr 2011 V B
Multimedia ECO7H8 15 Dec 2010 A A

==============================
==============================

When the work is done, I need:

All XML, DTD, XSL and CSS files and a document (possibly on ms word) of the web application code.

Xml Coursework

April 11th, 2011 Comments off

Design a student timetable
Design an XML application, STML (Student Timetable mark-up language) that looks exactly and i mean exactly like the screenshot image attached
Transform the XML instance to a XHTML file using XSL/t.
The XML application, STML, will include:-

Categories: XHTML, XML Tags: , , , , , ,

Pdf Files To Xml

October 13th, 2009 Comments off

We would like to have a tool that scrapes data from PDF documents. We have a directory with 400 PDF documents that differ by structure but have a similar content. We need a PDF parser that produces one XSL and one XML file for every PDF file. Before producing a new XSL file, the parser should check if the existing XSL (from previous scrapings) is sufficient.

Categories: PHP, XML Tags: , , , , ,

Customizing Xsl Templates

October 12th, 2009 Comments off

I need to configure and customize the following XSL templates,

http://tinyurl.com/yh3p4g6

together with CSS files and other resources at that site, to create a year calendar that looks like

http://tinyurl.com/yzucrmq

I only need the calendar for one year. The year will be an input variable to the transform

The job involves simplifying the XSL templates available, and configuring a php script to output the calendar’s html.

Xsl Template For Year Calendar

October 10th, 2009 Comments off

I am looking for a year calendar like

http://tinyurl.com/3858v5

where 12 months are shown on one page. The same as the “cal” command in UNIX.

I want the html generated with an XSL template like this one,

http://tinyurl.com/ylx95ln

or similar

Php Mysql Xml Xsl

July 23rd, 2009 Comments off

It’s an academic assignmend. 3 PHP pages must be created. Please see attachment PDF for details. There is also a ZIP attachment, which contains all the files.

It must be done within 3-4 days maximum.

Categories: Ajax, MySQL, PHP, XML Tags: , , , , , ,

Small Xsl Project

March 16th, 2009 No comments

In this project you are free to choose if this solution should be written in PHP or .NET (ASPX).Please inform me of your preference in your bid.

The user will have an XML file locally on his computer that he needs to upload and be transformed by XSL into a presentation. You find an example XML file attached that is created based on this project (the content is describing this project). The XML file is created by a MindMap application (http://mind42.com).

Before the presentation is rendered we will need to apply some extra information that is not in the XML file, so this must be collected in a form first. The information to collect is: Company name, Full name, email address and the XML file. And also a check box (see below).

To get the XML file into the solution we need a browse and upload function. The XML file, the result or the PDF file (see below) shall not be stored where this solution is hosted. No need for any “save” button etc.

Pressing the Next >> button on this form should render the XML into a presentation which must work in IE, FF and Opera.

The result must be a single document.

The presentation should have a first page (cover page) which includes the gathered information from the form (Company, email etc.) and the name of the root node. This should look like a nice formatted cover of a manual.

After the first page it should be a table of content (TOC) with anchors to all the nodes so the TOC becomes clickable and auto-scrolls down to the correct content.

The main content will come after the TOC.

The solution must use CSS for all formatting. Tables must not be used to format the content.

It must also be a function to export PDF by using a free existing HMTL-2-PDF library like http://www.digitaljunkies.ca/dompdf/about.php. (or other if any better)

The way to trigger such export is during the input form described above. If the user checks the

Bear