Thanks, Shane --

I saw that but never really focused on it.  Since this problem involved
a command line invocation, we should be okay on this one but I'll switch
to the new method in the future!!

Gary

> -----Original Message-----
> From: Shane Curcuru [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, July 11, 2002 11:01 AM
> To: [EMAIL PROTECTED]
> Subject: RE: questions on Xalan
> 
> 
> Well, the doc was supposed to be updated, but for some wierd 
> reason it hasn't yet.  The new easier way to run 
> EnvironmentCheck in 2.4.D1 builds and beyond is to simply run 
> this stylesheet against any XML document and view the output:
> 
> <?xml version="1.0"?>
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
> version="1.0"
>     xmlns:xalan="http://xml.apache.org/xalan";
>     exclude-result-prefixes="xalan">
> <xsl:output indent="yes"/>
> 
> <xsl:template match="/">
>   <out>
>     <xsl:copy-of select="xalan:checkEnvironment()"/>
>   </out>
> </xsl:template>
> </xsl:stylesheet>
> 
> (This has been added to the faq.xml/.html in the current CVS code...)
> 
> =====
> - Shane
> 
> <eof .sig="'When I use a word,' Humpty Dumpty said, 
> in a very scornful tone, 'it means just what I 
> choose it to mean - neither more nor less'"
> "Oohayu oyod?!"=gis. />
> 
> __________________________________________________
> Do You Yahoo!?
> Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com
> 

Reply via email to