Darren,

The conf tests mentioned were run with translets. Can you take 
an xsl file and compile it using

    java org.apache.xalan.xsltc.cmdline.Compile <file.xsl>

and the run the transformation using

    java org.apache.xalan.xsltc.cmdline.Transform <file.xml> <file>

and see if you can reproduce the problem..

Tom

Darren Govoni wrote:
> 
> I'm using compiled translets if that helps at all. I was thinking maybe the
> XSLTC was using a different TransformFactory when building the translet or
> something. Using the rutime XSL TransformFactory (not a translet) seems to
> work fine.
> 
> Any thoughts?
> 
> Thanks for the response!
> 
> ----- Original Message -----
> From: "Tom Amiro - SunSoft PC Networking SPA" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, February 01, 2002 7:08 AM
> Subject: Re: Comment Node support?
> 
> > Darren,
> >
> > I checked some conf tests that output comment nodes, such
> > as output53, and output54, and XSLTC is passing them. So,
> > at least, with the latest build, basic support for outputting
> > comments works when using the cmdline Transform class.
> >
> > Bug 6109 is a much more involved situation. Check out the addition
> > information in the bug report to see if your situation could be the
> > same. Otherwise, we need more information about what you
> > are doing when you run into this problem.
> >
> > Tom
> >
> > Darren Govoni wrote:
> > >
> > > Greetings everyone,
> > >     I am in critical need of comment node support as my translets are
> not
> > > processing <xsl:comment> tags in my output file. According to the
> records,
> > > comment nodes were put back in last Sept when they accidentally fell out
> > > after the move to SAX2. However, the candidate release does not seem to
> > > process comment nodes. Also, what is the relation between comment node
> > > processing and bug:
> > >
> > > 6109 Cri Oth PC [EMAIL PROTECTED] NEW xsl:comment tags cause
> > > truncated output from stylesheet
> > >
> > > Any help would be greatly apprecite!
> > >
> > > Thanks,
> > > Darren
> >
> > --
> >  Tom Amiro -- SQA Engineer
> >  Sun XML Technology Development
> >  voice: 781-442-0589 Fax: 781-442-1437
> >  eMail: [email protected]

-- 
 Tom Amiro -- SQA Engineer
 Sun XML Technology Development
 voice: 781-442-0589 Fax: 781-442-1437
 eMail: [email protected]

Reply via email to