[z3-checkins] r10736 - z3/clarity/trunk/xslt
faassen at codespeak.net
faassen at codespeak.net
Sat Apr 16 18:37:08 MEST 2005
Author: faassen
Date: Sat Apr 16 18:37:08 2005
New Revision: 10736
Modified:
z3/clarity/trunk/xslt/example.cla
Log:
Add test samples for attributes.
Modified: z3/clarity/trunk/xslt/example.cla
==============================================================================
--- z3/clarity/trunk/xslt/example.cla (original)
+++ z3/clarity/trunk/xslt/example.cla Sat Apr 16 18:37:08 2005
@@ -30,5 +30,9 @@
<!-- define and replace combination -->
<p cs:define="foo = 'Baz'" cs:replace="foo">Some content</p>
+<!-- attributes -->
+<p cs:attributes="class Foo.Bar">Test</p>
+<p cs:attributes="class Foo.Bar; another Baz">Test</p>
+
</body>
</html>
More information about the z3-checkins
mailing list