Re: Deploying an application that uses Xerces

2003-08-18 Thread Anthony Rabaa
r possible, however the ability for some users to create directories and unzip a file is sometimes too much to ask.  An installer definitely has its benefits for these situations! --    Anthony Rabaa    Software Developer & Network Administrator AMCon Research Inc. Ottawa, Ontario, C

Re: error: more pseudo attributes expected.

2003-08-14 Thread Anthony Rabaa
arser to do automatically.  However, your thoughts on the '' requiring the encoding attribute was great and I'm definitely going to keep it in mind in future projects.  Thanks! --    Anthony Rabaa    Software Developer & Network Administrator AMCon Research Inc. Ottawa,

Re: error: more pseudo attributes expected.

2003-08-13 Thread Anthony Rabaa
er to StringBuffer.  The Xalan transformer is using a StringReader as an inputsource.  Shouldn't the transformer see the '&' as a start of an entity reference when coming from a StringReader? --    Anthony Rabaa    Software Developer & Network Administrator AMCon Research

error: more pseudo attributes expected.

2003-08-13 Thread Anthony Rabaa
ode Snippet: public void processingInstruction(String target, String data) { if(target.compareTo("module") == 0) { data = "" '/'); data = "" + 1, data.lastIndexOf(".xml")); buffer.append("&" + data

Re: DOMParser - Problem

2003-07-29 Thread Anthony Rabaa
rs in writing the code than in my response, it's that easy :-) --    Anthony Rabaa    Software Developer & Network Administrator AMCon Research Inc. Ottawa, Ontario, Canada http://www.amconresearch.net - To

SAX Parser & Entity Expansion

2003-07-15 Thread Anthony Rabaa
ture would disable entity expansion? A good example is <graphic> in the SAX parser funnels into the DOM builder as which throws a parser error. The EntityResolver class is for external entities so the SAX parser will not relay the requests to it. Thanks in advance for your help! --

Re: Unique key in DOM output?

2003-06-20 Thread Anthony Rabaa
enerate-id function do it for you.  Or, if manually, you could use the Xalan XPath classes to collect all the record elements and sequentially add the attribute. If you could please provide more information about what you are trying to do, it might help clarify things. --    Anthony Rabaa  

IDREF Attributes

2003-05-29 Thread Anthony Rabaa
Hello, Is it possible to have validation turned on in a SAX parser but to skip validation of attributes types as IDREF?  My preferred method would be to not alter the DTD. --    Anthony Rabaa    Software Developer & Network Administrator    AMCon Research Inc.    Ottawa, Ontario, Ca

Re: parser help

2003-05-27 Thread Anthony Rabaa
ve to be creating/deleting files and you can stick to just manipulating the one DOM. --    Anthony Rabaa    Software Developer & Network Administrator    AMCon Research Inc.    Ottawa, Ontario, Canada    http://www.amconres

SAX Parser & DOCTYPE statement

2003-05-20 Thread Anthony Rabaa
Hello, Is it possible to have only the public identifier specified in the DOCTYPE statement?  My goal is to use the public identifier to load the DTD from a JAR so having the SYSTEM identifier means using a dummy DTD.  I'm using the SAXParser object to validate the documents. --    An

DTD Packaging

2003-05-14 Thread Anthony Rabaa
e for your help! --    Anthony Rabaa    Software Developer & Network Administrator     AMCon Research Inc.     Ottawa, Ontario, Canada     http://www.amconresearch.net - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

DOM Memory Usage

2003-03-31 Thread Anthony Rabaa
re choking. Unfortunately, SAX is not an option for this program. Are there any ideas I could try to reduce the memory usage? Or better yet, is there a Xerces light that doesn't require as much power and resources? -- *Anthony Rabaa* Software Developer & Network Administrator AMCon Rese