I assume that you are writing your ASP using VBScript or Jscript. Trying to use
Xerces-C doesn't buy you any improvement on the porting. The COM wrapper for Xerces-C
replicates the interfaces
defined by MSXML.
To be in a good position to port, try to stay away from Microsoft extensions such as
selectNodes and selectSingleNodes and resign yourself to a decent amount of regexp
replacements to change
attributes references to accessors and mutators (node.nodeType -> node.getNodeType()).
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]