-
Recent Posts
Category Cloud
Blogroll
Serenity
Archives
- May 2013
- April 2013
- March 2013
- February 2013
- August 2012
- March 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
Meta
Category Archives: xsl
Xalan Commit Analysis
I’ve blogged a couple of times about the state of the Xalan-J project at Apache. Recently I’ve been using Ohloh.net to track some other projects, in particular the committer activity. For Xalan, here is a graph that displays … Continue reading
Xalan a Step Closer to the Attic
As a follow up to the prior post about Xalan, a recent posting to the xalan-dev mailing list, the Apache board may have no choice but to move the project to the attic. The main problem is that at Apache … Continue reading
Apache may Archive Xalan
A recent post came across the Xalan-Dev mailing list. Despite asking several times on your private PMC list, the board had not received a report from this project since a few months. As a result, we are considering moving the … Continue reading
Posted in eclipse, open source, xml, xsl, xslt
10 Comments
Maven XSLT: Limiting the Scope
Using the maven xml plugin, how does one limit the scope of the files to be transformed? The site documentation for the plugin only shows being able to set the input directory for a transformation set. However, you can … Continue reading
Posted in maven, release engineering, wsdl, xml, xsl, xslt
Leave a comment
Maven XSLT Transformations
I’ve been migrating some builds away from Ant and over to Maven 3. While in most cases I could use the maven ant plugin, to run most of the scripts, it is better to just adopt the new Maven … Continue reading
>Generating JavaDoc with Maven 3 and Tycho
>One of my pet peeves are projects that don’t provide some form of SDK information. Whether this be documentation on extension points or javadoc. This little peeve was irritated again when I was trying to find some information on some … Continue reading
Posted in build, documentation, eclipse, maven, tycho, xml, xsl
2 Comments
>XPath Component
>Web Tools Source Editing has created a new component for the XPath related items. This means that the XPath View, Content Assistance, and the PsychoPath Processor now have a more distinct place to file features and bugs against. The XPath … Continue reading
>Eclipse XSL Tools gets SAXON Debugging Support
>One of the items for XSL Tools that we were not able to provide out of the box was support for debugging XSLT stylesheets using the Saxon processor. However, there is good news for those that wish to use XSL … Continue reading
Posted in eclipse, open source, xsl, xslt
Leave a comment
>User Defined Schema Types and PsychoPath
>PsychoPath is a java based XPath 2.0 Schema Aware Processor licensed under the Eclipse Public License and is maintained by the WTP Source Editing team under the wst.xsl component. In the seemingly never ending quest for compliance to the XPath … Continue reading
>XSL Aware Outline Part II
>As a follow up to the prior post on enhancing the Outline view to be more XSL Aware, I had some good input from Alex on some additional features. The result is as follows: A new Stylesheet Model view is … Continue reading
Posted in eclipse, xml, xsl, xslt
Leave a comment