1 Dec 2006 13:45
Re: Encoding email addresses in P5
Sebastian Rahtz <sebastian.rahtz <at> OUCS.OX.AC.UK>
2006-12-01 12:45:17 GMT
2006-12-01 12:45:17 GMT
Syd Bauman wrote: > > http://sourceforge.net/tracker/index.php?func=detail&aid=1022701&group_id=106328&atid=644065. > which has partly been acted on, in that <address> allows members of the class model.addrPart. So one could define <email> as a member of that class. > Until such time as there is an <email> element or <resource> element, > I would transform the above <xptr> into > perhaps better than <ptr target='mailto:joe <at> blogs.edu'/> would be <ref target='mailto:joe <at> blogs.edu'>joe <at> blogs.edu </ref> Another alternative would be <addrLine type="email">joe <at> blogs.edu</addrLine> or (which seems honest to me) <address type="email"> <addrLine>joe <at> blogs.edu</addrLine> </address> (if <address> were typeable which sadly it aint) sebastian(Continue reading)
RSS Feed