I find this article very much off topic.
Send that to some advocacy group, please.
DG
--
http://mail.python.org/mailman/listinfo/python-list
Take your political propaganda somewhere else.
DG
--
http://mail.python.org/mailman/listinfo/python-list
On Sun, 19 Jun 2005 19:11:38 -0700, frost wrote:
> Hi,
>
> I am trying to login a website that using PHP and javascript. This is
> what happend if you browse that website using IE, after you login, you
Browser remembers so called HTTP authorization header field. It sends
authorization informatio
On Sat, 11 Jun 2005 11:51:02 -0500, tom wrote:
> The sequence goes like this:
> 1) When there is little or no money to be made, you start out with an
> implied status as a partner. This means you work long + extra hours for
> little pay on the promise that you will be rewarded when/if success come
On Fri, 10 Jun 2005 13:41:13 -0500, phil wrote:
>
>>
>> What experiences have those in the Python community had in these kinds
>> of situations?
>>
> Ive had lots of experience updating my resume and
>
> developing software at home. In Python.
>
> Java is a clumsy kludge. And the java envi
Honestly, I don't think that Python is for you. Python is an object
programming language, and you are looking for simple automation tool,
in order to avoid programming. If shell scripting is no good enough, try
tcl.
DG
--
http://mail.python.org/mailman/listinfo/python-list
On Mon, 23 May 2005 22:37:09 -0700, [EMAIL PROTECTED] wrote:
> textNode = yourDocumentElement.createTextNode("the content")
> yourElement.appendChild(textNode)
>
Thanks, it works, but 'yourDocumentElement' needs to be of type
'document'. The name leads to conclusion that it needs to be
a root elem
Hi !
I need to create a XML document using DOM. How do I set the element value,
after creating it with 'createElement' ? Documentation states that there
is a 'read-only' 'nodeValue' variable. I don't know what means 'read-only
variable' in Python, but the fact is that setting that variable does no