[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Re: [xslt transform & grouping] Using the Muenchia

Subject: Re: Re: [xslt transform & grouping] Using the Muenchian Method?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 5 Oct 2004 15:08:46 +0100
david carlisle
[going back on list]
> As I said, I am unable to use

as posted I get:

$ saxon filter.xml filter.xsl

Error at xsl:for-each on line 17 of file:/c:/tmp/filter.xsl:
  Key 'by-info' has not been defined
Transformation failed: Run-time errors were reported

taking

    <xsl:key name="by-info" match="Article" use="@info"/>

from an earlier post and adding it after xsl:stylesheet, I get:

$ saxon filter.xml filter.xsl
<?xml version="1.0" encoding="utf-8"?>






<Documents>
   <Document name="sub">
      <Article title="1.1" info="sub" filter="food"/>
   </Document>
   <Document name="main">
      <Article title="2.2" info="main" filter="food"/>
   </Document>
</Documents>



That is, apart from droping your key definintion, the code you posted
works as expected. So if you really get 

"Exception Details: System.NullReferenceException: Object reference not set 
to an instance of an object." in myXslTrans.Transform(myXPathDoc, null, 
writer, null);

looks like a bug in your processor (Microsoft .net implementation?)

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.