Transformer exceptions

2003-03-03 Thread oliver . white
Hi folks, I'm just wondering, under what circumstances can the xalan transformer throw exceptions, and in the case that are thrown, of what type are they? == Oliver White Software Engineer Product Development Westinghouse Signals Australia ==

Passing parameters to Xalan

2003-02-20 Thread oliver . white
t am I doing wrong? ====== Oliver White Software Engineer Product Development Westinghouse Signals Australia ==

Problem linking a release build

2003-01-29 Thread oliver . white
Hi folks, I'm trying to create a release build of Xalan with VC++ 6.0. I have copied the link settings, changing the relevant xerces and xalan libs from the ' _1D' version to '_1' (I'm using xerces 2.1 and xalan 1.4). However, I get this linking problem: ValidationManager.lib(CSchematronValidator

xalan and importNode

2003-01-27 Thread oliver . white
ows a XalanDOMException, NO_MODIFICATION_ALLOWED_ERR . Can anyone explain why and what an alternative approach to merging XML fragments from multiple documents might be? TIA. ====== Oliver White Software Engineer Product Development Westinghouse Signals Australia ==

Simple example of transforming an in memory DOM

2003-01-09 Thread oliver . white
m() with a filename parameter That simple. A function implementation such as void transform(char* filename) { ... } would be perfect. TIA, Oliver White Software Engineer Westinghouse Signals Australia