This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

correction*Re: Str:tokenize modification to change the <token> tag


in my previous mail the following catch is a mistake .please ignore it
    catch(TransformerConfigurationException tce)
       {
        tce.printStackTrace();
       }
       catch(TransformerException te)
       {
        te.printStackTrace();
       }

also do not forget to add this utility class that u make in your classpath.
vasu


_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]