TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
View Poll Results: Which have you used/tried?
XSLT 6 33.33%
XQuery 3 16.67%
XPath 5 27.78%
XPointer 1 5.56%
All 4 22.22%
None 8 44.44%
Multiple Choice Poll. Voters: 18. You may not vote on this poll

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 11-12-2007, 10:08 PM   #1 (permalink)
La Vida es Sueño
Advanced Programmer Top Contributor 
 
Wildhoney's Avatar
 
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
Wildhoney is on a distinguished road
Who's used XSLT, XQuery, XPath or XPointer before?

I've personally tried them all and love how they operate! I was even considering creating an entire website in them about a year ago, but I think the technology is too new for older browsers to support them and so cross-compatibility becomes an issue which is nothing new. Worth looking into now though as I do believe they'll be a big part of the web-development industry in a few years.
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney
Wildhoney is offline  
Reply With Quote
Old 11-20-2007, 12:08 AM   #2 (permalink)
La Vida es Sueño
Advanced Programmer Top Contributor 
 
Wildhoney's Avatar
 
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
Wildhoney is on a distinguished road
Default

Come on folks :) Somebody must have an opinion on these apart from voting! I can personally see the web taking off in this direction in the next couple of years. They're definitely the way to be going if you're wanting to stick around in the web business for a good few years! There's already an XML based querying language that is similar to MySQL in its approach and implementation. Of course TalkPHP will never be obsolete because server-side languages, I believe, will always be around due to the fact that there's no point in transferring such code to the client for both bandwidth and security issues.
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney
Wildhoney is offline  
Reply With Quote
Old 11-29-2007, 08:12 AM   #3 (permalink)
The Acquainted
 
Join Date: Oct 2007
Posts: 170
Thanks: 18
maZtah is an unknown quantity at this point
Default

I've never used any of those languages. But you could stimulate us by writing a nice introduction to one of those languages you like the most ;)!
maZtah is offline  
Reply With Quote
Old 11-29-2007, 05:35 PM   #4 (permalink)
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

I can't say im an expert (as i'm far far from it) but i have had a tinker with them, but a tutorial would be most appreciated :)
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote
Old 11-29-2007, 05:39 PM   #5 (permalink)
bdm
The Acquainted
Good Samaritan 
 
Join Date: Nov 2007
Posts: 127
Thanks: 14
bdm is on a distinguished road
Default

I've used XSLT, XQuery & XPath at school.
bdm is offline  
Reply With Quote
Old 11-29-2007, 09:18 PM   #6 (permalink)
La Vida es Sueño
Advanced Programmer Top Contributor 
 
Wildhoney's Avatar
 
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
Wildhoney is on a distinguished road
Default

They teach XSLT at schools these days? Used to be VB6 in my days, and HTML in Dreamweaver, and I thought they'd moved to Java recently. Which is definitely a big step up.
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney
Wildhoney is offline  
Reply With Quote
Old 11-29-2007, 09:22 PM   #7 (permalink)
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

Turbo Pascal and Delphi for me in my school days.
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote
Old 04-10-2008, 09:48 AM   #8 (permalink)
The Wanderer
 
tripy's Avatar
 
Join Date: Apr 2008
Posts: 7
Thanks: 0
tripy is on a distinguished road
Default I do design my new web site with XML+XSL

I have created a class to assist me in this task [ Quixml::Quick Xml and Xsl for PHP ]

I use a browser detection mechanism to determine if they support native XSLT processing, and if it's the case, I send directly the XSL style sheet with the XML to the browser.

I find this method to bring me a more organized way of designing my applications.
More portable too, as my class allows me to create "rendering sets" that can be switched on the fly, for different output medias (think mobile devices here).

I used this method of development in my last job, as an Oracle dev, where an interface was rendered to the browser that way.
I found it so elegant that I decided to move my dev process under PHP to use the same procedure.
tripy is offline  
Reply With Quote
Old 04-27-2008, 10:03 PM   #9 (permalink)
The Frequenter
 
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
Aaron is on a distinguished road
Default

I find XML totally useless. I think that using XSLT for anything besides altering the document so it is readable by different systems is pointless, and that the entire language package including XBL is useless as of now with browser compatibility issues that aren't even worth working around.
__________________
Signatures are nothing but incriminating.
Send a message via MSN to Aaron
Aaron is offline  
Reply With Quote
Old 05-15-2008, 02:30 PM   #10 (permalink)
The Frequenter
Zend Certified 
 
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
Kalle is on a distinguished road
Default

I used some XSLT with XPath at work, I see its pretty smart for templates and datastorage in many cases but Im not sure if I should adapt it into my PHP applications
__________________
Send a message via MSN to Kalle Send a message via Skype™ to Kalle
Kalle is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 03:41 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design