Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XSLT
|
XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 22nd, 2008, 07:02 AM
Authorized User
 
Join Date: Jul 2006
Posts: 54
Thanks: 0
Thanked 0 Times in 0 Posts
Default XSLT development methodology

Hello all,

I have the following doubt. Is there any standard development methodology for developing XSL tranformations?
Or the use of XSLT implies a trial and error development style.

Thanks for the help.

Tomi.

 
Old January 22nd, 2008, 07:26 AM
mhkay's Avatar
Wrox Author
 
Join Date: Apr 2004
Posts: 4,962
Thanks: 0
Thanked 292 Times in 287 Posts
Default

"Methodology" is used to mean a wide variety of things, many of which are independent of the programming language you use. Some low-level aspects can be language-dependent, such as code layout and commenting conventions. I'm aware of some shops that have tried to define their own in-house standards in such areas but I don't know of anything comprehensive.

Your phrase "trial and error development style" suggests you're focusing on the design-code-test phase (as distinct from requirements capture, estimating, etc). I think you'll find most experienced XSLT developers have a systematic approach to this, but I doubt that many could articulate it; it's likely to vary considerably with the nature of the problem. For example, it will be different if you're tasked with generating an HTML page that has already been designed by someone else, versus if you are prototyping the user interface design at the same time as you are doing XSLT coding.

I can't say I like the phrase trial and error. There are places for it ("Let's see what it looks like if I increase the font size"), but in general I think you should know enough about the input, the required output, and the tools that you are using, that when you write some code you have a good expectation that it will work first time.

Michael Kay
http://www.saxonica.com/
Author, XSLT Programmer's Reference and XPath 2.0 Programmer's Reference





Similar Threads
Thread Thread Starter Forum Replies Last Post
Sdk Development pkhussain Reporting Services 0 January 16th, 2007 04:17 AM
Can XSLT read DTD/schema and Generate XSLT.. ROCXY XSLT 1 November 6th, 2006 09:39 AM
dynamic xslt -> xslt creation namespace problem jkmyoung XSLT 2 July 15th, 2006 12:42 AM
XSLT Development Tools options Teksure XML 0 June 13th, 2005 05:25 PM
XSLT Development Tools options Teksure XSLT 0 June 13th, 2005 05:24 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.