Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hard core xslt :-)

Status
Not open for further replies.

tyris

Programmer
Nov 2, 2000
311
FR
hi all,
i first should introduce myself to explain my question:
i'm computer scientist learnee, that means i both study and prepare a diploma, and both work in a company.
i do have a report to do at the end of the school year, based on the work i made in the company, this work will get a mark, depending on my oral pesentation, my written report and the most important : the work i made. i actualy work on xslt in this company.

i've done a big work, on a project i'm actualy working on. as you can guess, the most hard is the work i make, the most valuable it is for my school and my diploma. so as i'm now familiar with xslt, i'd like to make something harder.

i made an xslt that transform xml data into a paged table, where the user can choose how many rows per page he wants, that automaticaly refresh with the number he puted, and he can navigate with previous page, next page, first page an last page button.

what would be in your point of view the next step to an xslt harder ?

here is the structure of my xml :

<results>
<result>
<field name=&quot;Project Site&quot;>Paris</field>
<field name=&quot;end date&quot;>07/04/2001</field>
<field name=&quot;Project name&quot;>Microsoft Visio 10 VS Help </field>
<field name=&quot;Project Code&quot;>ITOSE01001</field>
<field name=&quot;Status&quot;>Go</field>
</result>
<result>
<field name=&quot;Project Site&quot;>Paris</field>
<field name=&quot;end date&quot;/>
<field name=&quot;Project name&quot;>Morgan Stanley- Shareholder data translation from Korean to English</field>
<field name=&quot;Project Code&quot;>IBESE01107</field>
<field name=&quot;Status&quot;>Go</field>
</result>
.....
<results>



any idea would be appreciated.

ps : sorry for my coarse english Best regards,
Elise, XML learning girl X-)
 
Elsie,

Why not you use Access 2000 database for each result and each record. Use the job code as the primary key. Connect the pages via asp global.asa.

Aaron
 
well in fact in this project, i don't take care about database and xml generation, because this part is done with a servlet by someone else. my job consists about taking the given xml, and transform it with xslt, the best i can.

i'm now working on transforming those xml data on office html for excel, so that the web page will be read by excel.

thanks for you answer, if you have any other idea, they are welcome :) Best regards,
Elise, XML learning girl X-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top