# Monday, January 21, 2013

Due to the huge demand, this New Year Savings Event has been extended for one more week!

Use the Code 2013NewYear on the Stylus Studio Online Store at www.stylusstudio.com to get 25% Off your licenses. Offer valid on new, full, standard priced licenses of Stylus Studio X15 Professional and Enterprise Edition. This offer cannot be combined with any other offer. Offer only valid on Stylus Studio online store.

Offer Expires January 25th

It's a New Year, New Stylus and NEW SAVINGS.

Save Now >

posted on Monday, January 21, 2013 8:40:59 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0] Trackback
# Monday, January 14, 2013

It's a New Year, New Stylus and NEW SAVINGS.

Limited Time Offer! Ends January 18th

Use the Code 2013NewYear on the Stylus Studio Online Store at www.stylusstudio.com to get 25% Off your licenses. Offer valid on new, full, standard priced licenses of Stylus Studio X15 Professional and Enterprise Edition. This offer cannot be combined with any other offer. Offer only valid on Stylus Studio online store.

Save Now >



posted on Monday, January 14, 2013 3:39:31 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0] Trackback
# Thursday, December 20, 2012

Now that Stylus Studio X15 is finally out we can talk about what we have been working on in the last months.

The Stylus Studio XSLT Editor has been neglected in the last few major releases and user requests were starting to pile up, so it was time to take action. Here you can find a variety of improvements implemented in the Stylus Studio X15 XSLT editor.

Only suggests XSLT instructions based on the context

In the following example, the Auto-complete list shows only the instructions which can be nested inside the xsl:for-each.


An attribute should not be suggested if it’s already defined

We really want to implement this feature without compromising the XSLT editor scalability, so we decided to look ahead no further than a 1000 characters which covers 99% of the use cases. In the following example the suggest list shows only namespace because the attribute name is already defined.


Creating XSLT instruction skeleton

Some XSLT instructions like xsl:choose are very verbose, therefore it is quite handy to be able to create the instruction skeleton and then fill the blanks. If you hold CTRL while hitting the TAB key you get exactly that.



Language Nesting

XSLT transformation can be used to generate common XML grammars like XSL-FO or HTML, the Stylus Studio Auto Complete now handles multiple grammars each based on their own context. In the following example we see a suggested list with XSLT instructions and XSL FO tags all driven by their contexts, their parent tags.


The Odd Green tags

In previous Stylus Studio releases if a tag name was matching an HTML tag name, the XSLT editor rendered it green, even if the transformation wasn’t designed to generate HTML at all.

In Stylus Studio X15 in order to get HTML tag auto-complete and syntax coloring the output method has to be set to html (or xthml for XSLT 2).



posted on Thursday, December 20, 2012 4:06:36 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0] Trackback