Write some CSS to display simple UML Class Diagram
Author
Zhou Renjian
Create@
2004-11-23 12:46

It should be simple to display rectangles and icons and text.
本记录所在类别:
- wHizzSite - 2004-08-14 08:43
About publish wHizz?Notes on this website. ...
本记录相关记录:
- uml2xhtml.xsl - 2004-11-29 05:44
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0"> ??? <xsl:output method="xhtml" version="1.0" indent="yes" undeclare-namespaces="y ...
- My Sample UML XML - 2004-11-29 05:44
<?xml version="1.0" encoding="UTF-8"?> <uml title="Sample Class Diagram"> ??? <classwrapper position-type="absolute" left="60" top="50" width="130"> ??????? <class name="INote"> ??????????? <attribute ...
- Sample UML - 2004-11-28 23:19
Sample UML: [Class] INote [Property] jdoid:long [Property] label:String [Method] init() [Method] load() ...