From: Mark I. <mi...@so...> - 2006-01-27 15:48:27
|
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 |