On Fri, 15 Mar 2002, Tom Howe wrote: > > Anyway to get debug for XPathScript pages? most errors go unreported.
Can you be more specific about "unreported"? Errors either go into the error log, or go to the screen (with AxErrorStylesheet). One big problem is XPath misses (where you misspell the XPath to match a node), but that problem exists in XSLT too. My suggestion is copious amounts of AxKit::Debug(9, "debug string here") and set AxDebugLevel to 9 or higher. -- <!-- Matt --> <:->Get a smart net</:-> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
