The Artima Developer Community
Sponsored Link

Java Buzz Forum
XSL-1047: (Error) Invalid instantiation…

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
IT-eye weblog

Posts: 884
Nickname: iteye
Registered: Jul, 2005

IT-eye weblog is a blog about Java and Oracle technology
XSL-1047: (Error) Invalid instantiation… Posted: Sep 6, 2005 4:35 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by IT-eye weblog.
Original Post: XSL-1047: (Error) Invalid instantiation…
Feed Title: IT-eye Weblog
Feed URL: http://www.it-eye.nl/weblog/feed/
Feed Description: Where Oracle meets Java
Latest Java Buzz Posts
Latest Java Buzz Posts by IT-eye weblog
Latest Posts From IT-eye Weblog

Advertisement
I was getting the following error: “XSL-1047: (Error) Invalid instantiation of ‘xsl:sort’ in ‘xsl:for-each-group’ context.” while trying to use an xslt stylesheet containing the following construction: <xsl :for-each-group select="Employee" group-by="Department"> <xsl :sort select="HireDate" order="ascending" /> ... </xsl> It took me a while to figure out what was wrong. I need to use a newer version of [...]

Read: XSL-1047: (Error) Invalid instantiation&#8230;

Topic: Linux ISO download needs Previous Topic   Next Topic Topic: How to Determine if your Sensitive Data is Safe in Shared Hosting

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use