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