Re: lookiung for documents for buliding your own tree structure with sax

2002-10-11 Thread Hal DeVore
> recommend some articles or books on such issues http://www.amazon.com/exec/obidos/tg/detail/-/0201485419/qid=1034360411/sr=1-1/ref=sr_1_1/002-7656197-1941640?v=glance --Hal - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: SysAllocString

2002-03-11 Thread Hal DeVore
> On Mon, 11 Mar 2002, "James" == Murphy, James wrote: James> ATL CComBSTR class or the MFC CString class James> they manage much of this for you. Or the ATL/WTL CString class. But you still have to understand the underlying semantics or it's easy to create memory leaks and/or access

Re: Reading attribute values with leading spaces

2001-12-15 Thread Hal DeVore
> On Sat, 15 Dec 2001, "Dean" == Dean Roddey wrote: Dean> not imply the same thing that a *CDATA Section* means in Dean> the body of an XML document, which means "don't be messin Dean> with my stuff". My understanding is that whitespace normalization happens even in CDATA _sections_.

Re: XercesDef.hpp

2001-10-04 Thread Hal DeVore
> It's possible that you have been bit by the dreaded GNUtar bug It's not a bug. Or it's not a bug in GNU tar. Back in ancient times some(?) UNIXen only allowed filenames to be a total of 14 characters. The original tar has no provisions for names longer than that. GNU tar allows long names.

Re: XercesDef.hpp

2001-10-04 Thread Hal DeVore
> On 4 Oct 2001, "Jason" == Jason E. Stewart wrote: Jason> If you can't surf the WWW, I don't know how to help you. go to the nearest public library with a diskette or two. --Hal - To unsubscribe, e-mail: [EMAIL PROT

Re: problems with "carriage return" and "line feed"

2001-08-15 Thread Hal DeVore
> On 14 Aug 2001, "Jason" == Jason E. Stewart wrote: Jason> Also adding a xml:space="preserve" attribute should Jason> work, too, shouldn't it? Nope. --Hal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: copy nodes from one DOM to another

2001-07-17 Thread Hal DeVore
> On Tue, 17 Jul 2001, "Rolf" == Rolf Jakob wrote: Rolf> For an XML editing application I would like to copy a Rolf> node from one DOM to another. I have advice for using the DOM (in any implementation) for XML editing applications: Don't I've been working on a Real Work (tm)

Re: DOMPrint with chCR/chLF

2001-06-29 Thread Hal DeVore
> On Thu, 28 Jun 2001, "Kent" == Kent Dahl wrote: Kent> I don't remember the reference, anyone care to confirm or Kent> unconfirm? The following is from: http://www.w3.org/TR/REC-xml 2.11 End-of-Line Handling XML parsed entities are often stored in computer files which, f

Re: Why not new DOM_Node?

2001-05-31 Thread Hal DeVore
> On Thu, 31 May 2001, "jk" == [EMAIL PROTECTED] > wrote: +> DOM_Node* nodePtr = new DOM_Node(node); // calls copy contructor jk> May work in some implementations. Won't work in others. Forgive me if this is a stupid suggestion, I haven't looked at Xerces in detail yet.

Re: DTD Parsers?

2001-05-30 Thread Hal DeVore
> On Wed, 30 May 2001, "Ian" == Ian Sweeny wrote: Ian> I want to parse actual DTD's, as the post says. Sorry, poked the send button before I meant to. I also need to parse DTDs for an application that needs to edit specific XML files. One approach I'm considering is to run the DTD thr

Re: DTD Parsers?

2001-05-30 Thread Hal DeVore
> On Wed, 30 May 2001, "Ian" == Ian Sweeny wrote: Ian> I want to parse actual DTD's, as the post says. Me too. Haven't turned one up yet, though. --Hal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm