- From: olivier Thereaux <ot@w3.org>
- Date: Wed, 14 Mar 2007 10:42:30 +0900
- To: Dominique Hazael-Massieux <dom@w3.org>
- Cc: Adam Jensen <Adamj@isp.admin.unt.edu>, public-qa-dev@w3.org
On Mar 14, 2007, at 02:59 , Dominique Hazael-Massieux wrote: > Hi, > > Le lundi 12 mars 2007 à 11:19 -0500, Adam Jensen a écrit : >> I think it would be useful to extend the semantic data extractor >> to list acronyms and abbreviations used in the page; this could be >> accomplished like this: >> [...] >> Logically it seems like this would fit right alongside the <dfn> >> and <dt> extractor in the current stylesheet. > > Thanks for the suggestion and the code; I've integrated it (with a > slight modification to show the expansion of the abbreviations) in the > style sheet. > > See for instance: > http://www.w3.org/2005/08/online_xslt/xslt?xmlfile=http%3A%2F% > 2Fcgi.w3.org%2Fcgi-bin%2Ftidy-if%3FdocAddr%3Dhttp%253A%252F% > 252Fwww.w3.org%252F&xslfile=http%3A%2F%2Fwww.w3.org%2F2002%2F08% > 2Fextract-semantic.xsl > > Olivier, it looks like the (very nice) new design for the SDE creates > trouble in the layout of the results - I get the <address> stuff right > above the results in the URI above; could you look into it? Isn't it because the [ Contact informations ] extracted block is in an <address>? I made a different css selector to not have the footer style if an <address> is present in the main body of the page, but the rest is up to the semantic data extractor. -- olivier
Received on Wednesday, 14 March 2007 01:42:34 UTC