lamp

October 2007 - Posts

XML Declaration when using XML Server Control in ASP.Net
27 October 07 04:06 PM | Frederick.Chapleau | with no comments

When I wanted to valide a XHTML web site using the W3C Validation services, their validator was telling me that the resulting code had a XML Declaration.

The problem was with my asp:xml tag that was including the XML declaration when applying an XSLT Template.

The problem was solved by including the omit-xml-declaration in the XSLt file applied to the XML.

<xsl:output omit-xml-declaration="yes" method="xml" version="1.0" encoding="UTF-8" indent="yes"/>

-f.
Filed under:
OpenSource C# Mime Components
27 October 07 12:53 PM | Frederick.Chapleau | with no comments

Check this out, huge work on most the Mailing Standards.

MIME : http://anmar.eu.org/projects/sharpmimetools/

POP3, IMAP, SMTP : http://anmar.eu.org/projects/sharpwebmail/

-f.

Filed under:
Biztalk 2006 VHD Password
22 October 07 06:17 PM | Frederick.Chapleau | with no comments

I have tried many of them, including all previously used with other VHD. This one was Evaluation1, as seen on this thread.

After SSO, maybe they should create a UVP Unified Virtual Password ??Wink

-f.

Filed under:
Disable NDR in Exchange
19 October 07 06:29 PM | Frederick.Chapleau | with no comments

Try that

In Exchange System Manager, Global Settings, Internet Message Format.

Open Properties of the default Internet Format and go to the advanced tab.

Uncheck Allow NDR

-f.

Filed under: