 |
 |
 |
Everytime i mail i get a message delivery failure message. Is this usual ?
A sample message i get is below.
Anishek
With reference to your message addressed to:
javery@s...
One or more addresses in your message have failed with the following responses from the mail transport system:
User <javery@s...> is not known at this site
Should you need assistance, please mail postmaster@s...
------------------- Returned message follows ----------------------
Received: from eureka.ballarat.edu.au ([141.132.64.2])
by augustus.ballarat.edu.au (1.04.89) with SMTP id 2112631750;
Wed, 6 Aug 2008 19:21:20 +1000
Received: from tiberius.ballarat.edu.au (tiberius.ballarat.edu.au [141.132.64.63])
by eureka.ballarat.edu.au (8.12.6/8.12.6) with SMTP id m769LG2X006303
for <j.avery@b...>; Wed, 6 Aug 2008 19:21:16 +1000 (EST)
Received: from antispam.ballarat.edu.au ([141.132.64.7])
by tiberius.ballarat.edu.au (1.04.89) with SMTP id 2106550921;
Wed, 6 Aug 2008 19:20:46 +1000
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: Av0BACMMl0hCl+o+mWdsb2JhbACCIy6ObgEBAQEBCAUGCREFmgeEVA
X-IronPort-AV: E=Sophos;i="4.31,314,1215352800";
d="scan'208";a="16159436"
Received: from ms01.oasis-open.org ([66.151.234.62])
by antispam.ballarat.edu.au with ESMTP; 06 Aug 2008 19:20:43 +1000
Received: from [10.0.0.2] (helo=mail.oasis-open.org)
by ms01.oasis-open.org with esmtp id 1KQfC7-00021N-TC
for j.avery@b...; Wed, 06 Aug 2008 05:20:36 -0400
Received: (qmail 5907 invoked by uid 60909); 6 Aug 2008 09:20:24 -0000
Mailing-List: contact xml-dev-help@l...; run by ezmlm
Precedence: bulk
List-Post: <mailto:xml-dev@l...>
List-Help: <mailto:xml-dev-help@l...>
List-Unsubscribe: <mailto:xml-dev-unsubscribe@l...>
List-Subscribe: <mailto:xml-dev-subscribe@l...>
Delivered-To: mailing list xml-dev@l...
Received: (qmail 5899 invoked by uid 0); 6 Aug 2008 09:20:24 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=domainkey-signature:received:received:message-id:date:from:to
:subject:cc:in-reply-to:mime-version:content-type:references;
bh=RnZkMpfxFKOH/84TEMjGZxO023im2+HIU3og5vC/7f8=;
b=KRIkX7MS6uLIm+2CY12eV+84HPYP0kMIPmETZ6oKbAGiIs2d/9TGdGS0BdCz2hK8dO
c/omyUoe5c7W+N39OlAzFYcB5rgLxNk7rjVy/Ltv/IcY4+RQOmgwDjLsvgdsNz3UD4M0
rqX4sK0iXm3WWyFnZF1pqr2F6NHEJCwrC0+dQ=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=gamma;
h=message-id:date:from:to:subject:cc:in-reply-to:mime-version
:content-type:references;
b=P/F8BQthfv/EqsRzjPP5W7z9F+Yw5bbfZBWlV3Js/4/FTlrHRqoSMnyGZQ7+iQ2SXV
Uke9uqtZ1gvOOQ4VuFmLVnwxzAL+SQTUpbwg01AmsLd5HqtlWipfHh6qLFHs2WJKZNvR
G6mnaEelx67J4WGISs6kFRCo4hFPCXqX8Syxo=
Message-ID: <b1c8e2c80808060220v70e7dc62v3976e29e85a63008@m...">b1c8e2c80808060220v70e7dc62v3976e29e85a63008@m...>
Date: Wed, 6 Aug 2008 14:50:21 +0530
From: "Anishek Agarwal" <anishek@g...>
To: "Andrew Welch" <andrew.j.welch@g...>
Cc: xml-dev@l...
In-Reply-To: <74a894af0808060200h2024b63ei32ad8a14785fd5ad@m...">74a894af0808060200h2024b63ei32ad8a14785fd5ad@m...>
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_Part_1762_2080986.1218014421667"
References: <b1c8e2c80808052153g1d7a0745tdc73dc1157fb9289@m...">b1c8e2c80808052153g1d7a0745tdc73dc1157fb9289@m...>
<AEAED1A0F61C47F28FA678D2050A5323@Sealion>
<74a894af0808060200h2024b63ei32ad8a14785fd5ad@m...">74a894af0808060200h2024b63ei32ad8a14785fd5ad@m...>
X-Antivirus-Scanner: ClamAV at OASIS detected no problems
X-Spam-Score: -2.5
X-Spam-Level: --
Subject: Re: [xml-dev] XML Transformation
------=_Part_1762_2080986.1218014421667
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
- Show quoted text -According to the xml specification though
http://www.w3.org/TR/REC-xml-names/#scoping-defaulting the inner scope
definition overrides the parent one if the NSAttName is the same. In our
case of the xml above it is the same as its the default namespace. So i dont
see why the inner scope namespace declaration element be removed and use the
parent namespace.
Anishek
On Wed, Aug 6, 2008 at 2:30 PM, Andrew Welch <andrew.j.welch@g...>wrote:
> > For better or worse, the digital signature mechanisms follow XML
> > Canonicalization by deciding that namespace prefixes are significant: see
> >
> > http://www.w3.org/TR/xml-c14n#NoNSPrefixRewriting
> >
> > for discussion.
>
> ! That's good to know...
>
> I guess it all comes down the fact that the prefix isn't expanded to
> the URI.... which is the root cause of the problem of XPath requiring
> the prefixes to be mapped elsewhere.
>
> I guess there is an argument for dropping the URI altogether, and just
> using the prefix. Some things would get harder, but many more would
> get a lot easier.
>
>
> --
> Andrew Welch
> http://andrewjwelch.com
> Kernow: http://kernowforsaxon.sf.net/
>
------=_Part_1762_2080986.1218014421667
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
<div dir="ltr">According to the xml specification though
<a href=""<a" href="http://www.w3.org/TR/REC-xml-names/#scoping-defaulting" target="_blank">http://www.w3.org/TR/REC-xml-names/#scoping-defaulting">http://www.w3.org/TR/REC-xml-names/#scoping-defaulting</a> the inner scope
definition overrides the parent one if the <a id="scoping"
name="scoping">NSAttName is the same. In our case of the xml above
it is the same as its the default namespace. So i dont see why the
inner scope namespace declaration element be removed</a><a
id="scoping" name="scoping"></a> and use the parent namespace.
<br>
<br>
<br>Anishek<br><br><div class="gmail_quote">On
Wed, Aug 6, 2008 at 2:30 PM, Andrew Welch <span
dir="ltr"><<a href=""mailto:<a" href="mailto:andrew.j.welch@g...">andrew.j.welch@g...">andrew.j.welch@g...</a>></span>
wrote:<br><blockquote class="gmail_quote" style="border-left:
1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left:
1ex;">
<div class="Ih2E3d">> For better or worse, the digital signature mechanisms follow XML<br>
> Canonicalization by deciding that namespace prefixes are significant: see<br>
><br>
> <a href=""<a" href="http://www.w3.org/TR/xml-c14n#NoNSPrefixRewriting" target="_blank">http://www.w3.org/TR/xml-c14n#NoNSPrefixRewriting" target="_blank">http://www.w3.org/TR/xml-c14n#NoNSPrefixRewriting</a><br>
><br>
> for discussion.<br>
<br>
</div>! That's good to know...<br>
<br>
I guess it all comes down the fact that the prefix isn't expanded to<br>
the URI.... which is the root cause of the problem of XPath requiring<br>
the prefixes to be mapped elsewhere.<br>
<br>
I guess there is an argument for dropping the URI altogether, and just<br>
using the prefix. Some things would get harder, but many more would<br>
get a lot easier.<br>
<font color="#888888"><br>
<br>
--<br>
Andrew Welch<br>
<a href=""<a" href="http://andrewjwelch.com/" target="_blank">http://andrewjwelch.com" target="_blank">http://andrewjwelch.com</a><br>
Kernow: <a href=""<a" href="http://kernowforsaxon.sf.net/" target="_blank">http://kernowforsaxon.sf.net/" target="_blank">http://kernowforsaxon.sf.net/</a><br>
</font></blockquote></div><br></div>
------=_Part_1762_2080986.1218014421667--
|
 | 

|  |
These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.
|  |
| |
 |
 |
 |