> 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
> 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
> 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_.
> 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.
> 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
> 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
> 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)
> 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
> 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.
> 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
> 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
11 matches
Mail list logo