24
votes
40answers
2k views
Is XSLT worth it?
A while ago, I started on a project where I designed a html-esque XML schema so that authors could write their content (educational course material) in a simplified format which wo …
14
votes
11answers
587 views
How do I know my XSL is efficient and beautiful?
As a programmer, I am developing programs in procedural and OOP languages for many years now, and I guess I know beautiful and efficient code when I see it (or when I write it).
R …
12
votes
16answers
929 views
Why choose an XSL-transformation?
For a current project the decision has to be made whether to use XML and an XSL-transformation to produce HTML or to directly use HTML-templates.
I'd be interested in arguments fo …
12
votes
17answers
948 views
Viable alternative to XSLT?
I have used XSLT for a few different things over the years. I got used to it, but never felt like I really understood it all the way through. It always seems like I have to experim …
11
votes
5answers
330 views
Is there an XSLT buddy available somewhere?
I think a lot of people know about tools like RegexBuddy. Is there something similar for XSLT?
10
votes
5answers
783 views
Any good XSLT tutorial/book/blog/site online?
Any recommendations?
10
votes
6answers
594 views
Any big sites using Client Side XSLT?
Lately, I've been pondering the somewhat non-mainstream architecture of building raw XML on the server side, and then using an XSLT stylesheet on the client to transform the XML in …
9
votes
5answers
542 views
Client-side XSLT
I converted my whole site to XML/XSL and I would like to know all of the current issues with performing Client-side XSLT.
Here are the ones i already know of (from first-hand expe …
9
votes
9answers
614 views
XSLT Transform Efficiency
I am a support engineer and our company's product allows XSLT transforms to customize outputs.
I made a xsl transform for this purpose. It works well for source files of typical s …
8
votes
12answers
553 views
Why does XSLT seem to irritate so many people?
What it is about XSLT that people find irritating? Is it the syntax (which is pretty unusual) or just the way XSLT works in general? Are there features that are lacking?
I did a l …
8
votes
4answers
1k views
What is more efficient for parsing Xml, XPath with XmlDocuments, XSLT or Linq?
I have parsed Xml using both of the following two methods...
Parsing the XmlDocument using the object model and XPath queries.
XSL/T
But I have never used...
The Linq Xml obj …
8
votes
11answers
586 views
What is a good resource for learning XSL?
Recently, I have started to have to read a lot of XSL and XSLT at my job. Some of it makes sense and some of it really doesn't.
Here's an exmaple of what does not make sense to me …
7
votes
6answers
382 views
Writing effective XSLT
What are the principles and patterns that go into writing effective XSLT?
When I say "effective" I mean that it is
Well-structured and readable
Simple, concise
Efficient (i.e. h …
7
votes
10answers
693 views
Is there a point creating a site using XSLT
Is this technology still popular?
I want to make a website which automatically transforms XSLT files. It should work like this:
When a user accesses the site, a single handler wou …
7
votes
7answers
451 views
Tools for debugging xslt
I have a Java servlet which generates xml, translates it with an xslt stylesheet, and then displays the resulting HTML. This is the first time I've worked with xslt. What's a good …
