From: Heath S. <clu...@ho...> - 2006-02-07 18:32:45
|
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 cons= ider that some organizations don't give out email addresses but URLs to onl= ine contact forms. Specifying the protocol such as http: or mailto: in the = XML documentation allows you maximum flexibility. And in case you're not fa= miliar with HTML, not including mailto: before an email address in an A.hre= f attribute will cause the browser to treat the email address as a relative= URL. From: mi...@so...To: ndo...@li...Subject: [ndo= c-devel] How to create XSLT file with similar ability to SeeAlsoDate: Tue, = 7 Feb 2006 10:52:21 +0000 Hi, i want to create a <contact> tag, and have it display in a similar fash= ion 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 co= mmon.xslt file, and tried all sorts of variants, but i just cant get it to = work. =20 =20 =20 =20 Thanks =20 Mark =20 Mark IngramSoftware Engineer Web: www.softease.com Tel: 01335 343421 Fax: 01335 343422 Email: mi...@so... Mail: SofteaseMarket PlaceAshbourneDerbyshire DE6 1ES This message is confidential. You should not copy it or disclose its conten= ts to anyone. You may use and apply the information only for the intended p= urpose. 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 Softeas= e. If the e-mail has come to you in error please delete it and any attachme= nts. Please note that Softease may intercept incoming and outgoing e-mail c= ommunications. =20 =20 = |