dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU]Namespace handling in WriteStartElement in XmlTextWriter


From: Thierry RAMANAMPANOHARANA
Subject: [DotGNU]Namespace handling in WriteStartElement in XmlTextWriter
Date: Wed, 05 Mar 2003 09:57:16 +0000

Hi,

WriteStartElement rejects the case where prefix or ns is the empty string when namespace=false. Shouldn't it be if(!namespaces && ((prefix != null && prefix != String.Empty) ||(ns != null && ns != String.Empty)))
                                {
                                        throw new ArgumentException
                                                
(S._("Xml_NamespacesNotSupported"));
                                }
instead?
I have a problem using the sources from CVS. The script configure in pnetlib fails to detect csant, cscc, etc, despite the fact I set --with-pnet=../pnet (where my pnet is). I fixed the problem by removing the colon from

"for as_dir in $PNET_PATH/csant:${prefix}/bin:$PATH"

for each tool it fails to locate. I also had to change as_executable_p="test -f" to as_executable_p="test -x".

regards.



From: minddog <address@hidden>
To: "Thierry RAMANAMPANOHARANA" <address@hidden>
CC: address@hidden
Subject: Re: [DotGNU]Wrong access mode in XmlTextWriter
Date: Wed, 5 Mar 2003 00:50:44 -0700

On Tuesday 04 March 2003 01:29, Thierry RAMANAMPANOHARANA wrote:
> Hi everybody,
>
> The file stream opened in the XmlTextWriter constructor is in read mode
> instead of write.
It's fixed in cvs now, thanks for the help. Continue to inspect, very helpful
;)


regards,
--
--minddog( Adam Ballai )

"I try to take it one day at a time, but several of them attack me at once."
-mistyflip

_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail



reply via email to

[Prev in Thread] Current Thread [Next in Thread]