radman has asked for the wisdom of the Perl Monks concerning the following question:
Ok, so I'm using the MSXML parser and ActiveState Perl distribution. I have an xsl and xml file and I'm using the DOMDocument object through Win32::OLE interface to transform the xml to html. I am having a hard time debugging because I can't get the exeptions that DOMDocument->transformNodeToObject($stylesheet,$outputOBJ) generates.
In the MS documentation for the XSL SDK they have a try catch block that catches exeptions from the above method. How do I get at that with Perl? This has me utterly confused.
Thanks for the wisdom in advance.
ps: no tomato throwing because I'm using MS parser ok?
This has been R A D...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: MS Try Catch block
by jeroenes (Priest) on May 15, 2001 at 17:59 UTC | |
|
Re: MS Try Catch block
by Coyote (Deacon) on May 15, 2001 at 18:58 UTC |