UndergroundScene Forums  

Welcome to the UndergroundScene Forums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!


Go Back   UndergroundScene Forums > SPECIAL AREAS > Information Technology > Web and Computer Arts
Register FAQ Site Areas Gig Guides Members Calendar Arcade Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
Old 11th July 2006, 04:03 PM   #1 (permalink)
AlanG
ModSword +5 of Editing
 
Join Date: Mar 2002
Location: Dundee
Posts: 3,329
AlanG is a name known to allAlanG is a name known to allAlanG is a name known to allAlanG is a name known to allAlanG is a name known to allAlanG is a name known to allAlanG is a name known to allAlanG is a name known to allAlanG is a name known to allAlanG is a name known to allAlanG is a name known to all
Xml / Xslt / Xsl / Xsl-fo

Just started playing with XSL-FO in work to churn out XML as PDF reports, is quite fun.

Has anyone else used it? Any recommendations for documentation/books etc as its pretty sparce on the web.

I havea pile of O'Reilly books here but theyre not as brilliant as they usually are for different subjects.
__________________
Ernie Ross - "I'm not a rent-a-quote MP" 10 Sep 04

Ernie Ross being a rent-a-quote MP 23 Jul 04
AlanG is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11th July 2006, 05:24 PM   #2 (permalink)
humndislocation
Hardcore is serious guys
 
humndislocation's Avatar
 
Join Date: Mar 2003
Location: Dundee
Posts: 5,840
Band: Blasphemous Necrorapist
humndislocation has a reputation beyond reputehumndislocation has a reputation beyond reputehumndislocation has a reputation beyond reputehumndislocation has a reputation beyond reputehumndislocation has a reputation beyond reputehumndislocation has a reputation beyond reputehumndislocation has a reputation beyond reputehumndislocation has a reputation beyond reputehumndislocation has a reputation beyond reputehumndislocation has a reputation beyond reputehumndislocation has a reputation beyond repute
I've been working on MO-FO mostly in my spare time. I feel that it fits my needs better.

I think XLS-FO is just another buzzword technology that no one will be using in a few years, like XML

Last edited by humndislocation : 11th July 2006 at 05:28 PM.
humndislocation is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11th July 2006, 10:51 PM   #3 (permalink)
: : Scott : :
Senior Member
 
Join Date: Mar 2003
Location: Dundee
Posts: 7,125
: : Scott : : has a reputation beyond repute: : Scott : : has a reputation beyond repute: : Scott : : has a reputation beyond repute: : Scott : : has a reputation beyond repute: : Scott : : has a reputation beyond repute: : Scott : : has a reputation beyond repute: : Scott : : has a reputation beyond repute: : Scott : : has a reputation beyond repute: : Scott : : has a reputation beyond repute: : Scott : : has a reputation beyond repute: : Scott : : has a reputation beyond repute
yeah like COM what the fuck was that about and .NET whut
: : Scott : : is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12th July 2006, 07:17 AM   #4 (permalink)
AlanG
ModSword +5 of Editing
 
Join Date: Mar 2002
Location: Dundee
Posts: 3,329
AlanG is a name known to allAlanG is a name known to allAlanG is a name known to allAlanG is a name known to allAlanG is a name known to allAlanG is a name known to allAlanG is a name known to allAlanG is a name known to allAlanG is a name known to allAlanG is a name known to allAlanG is a name known to all
XSL was invented in what 1996? then became a W3C standard in 2001.

XSL then split into three technologies - XPath, XSLTand XSL-FO :P

so its not a buzzword - unlike AJAX - who uses drain cleaner on the web i ask ye
__________________
Ernie Ross - "I'm not a rent-a-quote MP" 10 Sep 04

Ernie Ross being a rent-a-quote MP 23 Jul 04

Last edited by AlanG : 13th July 2006 at 11:22 AM.
AlanG is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 13th July 2006, 10:20 AM   #5 (permalink)
pixelsink
Senior Member
 
pixelsink's Avatar
 
Join Date: Sep 2002
Location: www.carbonhideout.com
Posts: 4,689
pixelsink is a name known to allpixelsink is a name known to allpixelsink is a name known to allpixelsink is a name known to allpixelsink is a name known to allpixelsink is a name known to allpixelsink is a name known to allpixelsink is a name known to allpixelsink is a name known to allpixelsink is a name known to allpixelsink is a name known to all
oh god....i've stumbled into a geek nest....... i'm gonnna DIEEEE

What is XSL then? is it used for web pages or for server stuff?

Just interested, not asking becuase I'm gonna try and attempt to learn it
pixelsink is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 13th July 2006, 11:22 AM   #6 (permalink)
AlanG
ModSword +5 of Editing
 
Join Date: Mar 2002
Location: Dundee
Posts: 3,329
AlanG is a name known to allAlanG is a name known to allAlanG is a name known to allAlanG is a name known to allAlanG is a name known to allAlanG is a name known to allAlanG is a name known to allAlanG is a name known to allAlanG is a name known to allAlanG is a name known to allAlanG is a name known to all
XSLT is used to transform XML data so for example you might take 2 elements of <first name> and <family name> check the <culture> and create a new <name> element of "firstname familyname" if the language was English.

XPath is used to navigate to specific nodes in an XML tree

so if you have

<root>
<child>
<statement>Colin smells of wee</statement>
<child>
<root>

then "/root/child/statement" would go to that element (as well as lots of fancy complicated stuff with a syntax as complex as perl.

XSL-FO is used to convert XML to a page based format such as PDF or to HTML


</nerd>
__________________
Ernie Ross - "I'm not a rent-a-quote MP" 10 Sep 04

Ernie Ross being a rent-a-quote MP 23 Jul 04
AlanG is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT. The time now is 10:33 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0 RC8
UndergroundScene.co.uk is bad-ass and under copyright