Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.0.15
-
None
-
None
Description
Just a thought, how about:
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd" xmlns:l="tapestry-library:/mylib">
<l:mycomponent ...> ... </l:mycomponent>
</html>
Freely adapted from Flex's approach, which is a nice one.
I think this is preferrable to:
<t:mylib.mycomponent ...
which is valid XML but not very pretty.