Re: setExpandEntityReferences() question

2002-04-11 Thread Joe Marini
That's what I was afraid of. Oh well. Joe >>setExpandEntities is a DOM thing, right? >> > >Not DOM Level 2; it might be in Level 3 (haven't checked recently) or in >the Xerces DOM-builder... > >>It can't do anything about entities in attributes, because >>it doesn't know that they are happenin

setExpandEntityReferences() question

2002-04-11 Thread Joe Marini
e road. Am I doing something wrong or missing something else? Thanks, Joe Marini - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: TreeWalker and NodeIterator sample code?

2002-01-08 Thread Joe Marini
Found some... thanks everyone joe - Original Message - From: "Joe Marini" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 08, 2002 12:31 PM Subject: Re: TreeWalker and NodeIterator sample code? > You presume correctly, my friend... >

Re: TreeWalker and NodeIterator sample code?

2002-01-08 Thread Joe Marini
You presume correctly, my friend... Just looking for some non-pseudocode, working example code. Joe - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 08, 2002 11:21 AM Subject: Re: TreeWalker and NodeIterator sample code? > > I presume you

TreeWalker and NodeIterator sample code?

2002-01-08 Thread Joe Marini
Does anyone know of or have any sample code for the Traversal module's TreeWalker and NodeIterator interfaces? Ideally, I'd like the C versions, but Java will do if necessary. Thanks in advance. ~~~~~

Re: How TO Insert Elements in between XML String !!!!

2001-12-07 Thread Joe Marini
Look into DOM_Node's insertBefore() and appendChild() methods. Joe - Original Message - From: "Bharatbhushan_Shetty" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 04, 2001 7:36 AM Subject: How TO Insert Elements in between XML String Hi, I am new to XML a

Fw: Getting a node from raw offsets

2001-11-01 Thread Joe Marini
Hello? Anyone have any insights into this? Or know where I can get some more info on it? Thanks, Joe - Original Message - From: "Joe Marini" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 31, 2001 9:28 AM Subject: Getting a node from raw of

Getting a node from raw offsets

2001-10-31 Thread Joe Marini
Hey everyone, If all I have to work with is the root document node and two offsets into the raw text of the input document, how can I find out which node is selected? Thanks, Joe - To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: Telling two empty tags apart

2001-10-29 Thread Joe Marini
Thanks for all your help everyone. Joe - Original Message - From: "Dean Roddey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 26, 2001 8:14 PM Subject: Re: Telling two empty tags apart > Yes, as I said in an earlier message, if you use the scanner directly, you > ca

Question about Range

2001-10-26 Thread Joe Marini
Hello all, Is there a quick way to find out what Node an offset lies within if all I have to start with is the root node of the document and two offsets into the text source of the document? I've looked through the Range documentation, and maybe I'm just missing something, but it appears you alr

Re: Telling two empty tags apart

2001-10-26 Thread Joe Marini
Yeah, that's what I figured, though I was hoping that Xerces kept some kind of text buffer that represented the input that I could examine. Thanks, Joe - Original Message - From: "Juergen Hermann" <[EMAIL PROTECTED]> To: "Joe Marini" <[EMAIL PRO

Telling two empty tags apart

2001-10-25 Thread Joe Marini
Hello all, I'm hoping someone can help me with a basic question. Suppose I have two tags that look like this: Now, clearly, each is an empty tag. My question: is there any way within Xerces to tell the difference between the two types of empty tags? For example, if I wanted to modify the DOM

Re: transcode() issue still happening

2001-10-19 Thread Joe Marini
ftware > [EMAIL PROTECTED] > http://www.charmedquark.com > > "If it don't have a control port, don't buy it!" > > > - Original Message - > From: "Joe Marini" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, Oc

Re: transcode() issue still happening

2001-10-18 Thread Joe Marini
en do a > clean re-build, just to be sure. Unless you're corrupting the pointer > value in your code, the switch to the mutlithreaded DLL run-times should > fix the problem. > > Dave > > > > > "Joe Marini" > >

transcode() issue still happening

2001-10-18 Thread Joe Marini
After reading the FAQ, I double-checked my project settings to make sure I'm linking against the Multithreaded DLL version of the C runtime, but I'm still getting assertions when trying to delete the string pointer returned by DOMString.transcode(). Is this a known issue?