[Doxygen-users] RE: XML schema for doxygen output? XSLT to output XHTML?
Brought to you by:
dimitri
|
From: <ca...@cr...> - 2003-11-25 12:58:02
|
Hi! Is someone try to write XSLT to output XHTML? 1. How to parse <codeline/highlight>? The sorce XML include something like this: <highlight class=3D"normal">text1<ref refid=3D"ref222" = kindref=3D"member">text2</ref>text3</highlight> I'd like to get=20 text1<A HREF=3D"ref222">text2</A>text3 Another sample <highlight class=3D"normal">text1<sp />text2<highlight> I'd like to get=20 text1 text2 |