In some tutorials about .jspx pages i saw constructions like:
.jspx
<body> <books> <book>NewBook</book> </books></body>
... but i didn't understand how to let the jspx know what does <books> means.
jspx
<books>
So, how to declare this?
No comments:
Post a Comment