Ongoing attempt to get Transformiix building on Windows. Not part of mozilla build.

git-svn-id: svn://10.0.0.236/trunk@65731 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nisheeth%netscape.com
2000-04-12 22:34:04 +00:00
parent b6151e0baf
commit 3b22990b3e
38 changed files with 2765 additions and 1445 deletions

View File

@@ -19,14 +19,14 @@
* Keith Visco, kvisco@ziplink.net
* -- original author.
*
* $Id: DOMHelper.h,v 1.1 2000-02-22 11:12:57 kvisco%ziplink.net Exp $
* $Id: DOMHelper.h,v 1.2 2000-04-12 22:32:17 nisheeth%netscape.com Exp $
*/
#ifndef TRANSFRMX_DOMHELPER_H
#define TRANSFRMX_DOMHELPER_H
#include "baseutils.h"
#include "String.h"
#include "TxString.h"
#include "List.h"
#include "dom.h"
#include "HashTable.h"
@@ -59,7 +59,7 @@ class OrderInfo : public MITREObject {
/**
* A class used to overcome DOM 1.0 deficiencies
* @author <a href="mailto:kvisco@ziplink.net">Keith Visco</a>
* @version $Revision: 1.1 $ $Date: 2000-02-22 11:12:57 $
* @version $Revision: 1.2 $ $Date: 2000-04-12 22:32:17 $
**/
class DOMHelper {