From: Mark I. <mi...@so...> - 2006-02-07 18:28:34
|
Sorry, that was just a typo, you're right, it should have the mailto: infront of the email addresses. =20 Thanks, =20 Mark ________________________________ From: Heath Stewart [mailto:clu...@ho...]=20 Sent: 07 February 2006 17:20 To: Mark Ingram; ndo...@li... Subject: RE: [ndoc-devel] How to create XSLT file with similar ability to SeeAlso If I might make one suggestion: be sure to include mailto: as the protocol in your href. If you were planning on just doing that in the transform consider that some organizations don't give out email addresses but URLs to online contact forms. Specifying the protocol such as http: or mailto: in the XML documentation allows you maximum flexibility. And in case you're not familiar with HTML, not including mailto: before an email address in an A.href attribute will cause the browser to treat the email address as a relative URL. ________________________________ From: mi...@so... To: ndo...@li... Subject: [ndoc-devel] How to create XSLT file with similar ability to SeeAlso Date: Tue, 7 Feb 2006 10:52:21 +0000 =09 =09 =09 Hi, i want to create a <contact> tag, and have it display in a similar fashion to the <seealso> tag, ie: =20 Contacts: =20 Bob | Fred | Sam =20 or =20 Contacts: =20 Bob =20 etc =20 To achieve this, i want to be able to do the following in my projects: =20 /// <summary></summary> /// <contact href=3D"ab...@xy...">Bob</contact> /// <contact href=3D"xy...@ab...">Fred</contact> public void MyFunc() { } =20 =20 =20 Can anyone give me any help / tips on how to do this? I've looked at the common.xslt file, and tried all sorts of variants, but i just cant get it to work. =20 =20 =20 =20 Thanks =20 Mark =20 =09 =09 Mark Ingram Software Engineer =09 =09 =09 <http://www.softease.com/images/logo.gif> =09 Web: www.softease.com <http://www.softease.com/> =09 Tel: 01335 343421=09 Fax: 01335 343422=09 Email: mi...@so... <mailto:mi...@so...> =09 Mail: Softease Market Place Ashbourne Derbyshire=20 DE6 1ES=09 =09 ________________________________ <http://www.softease.com/images/logo.jpg> This message is confidential. You should not copy it or disclose its contents to anyone. You may use and apply the information only for the intended purpose. Internet communications are not secure and therefore Softease does not accept legal responsibility for the content of this message. Any views or opinions presented are only those of the author and not those of Softease. If the e-mail has come to you in error please delete it and any attachments. Please note that Softease may intercept incoming and outgoing e-mail communications. =20 =20 =20 |