I would to enter in some comments into the layout XML files, how would I do that?
thanks, Dean
|
|
|
As other said, the comment in XML are like this
Notice that they can span on multiple lines
But they cannot be nested
Also you cannot use them inside tags
|
|||||
|
|
XML comments start with For example:
|
|||
|
|
|
From Federico Culloca's note: "Also you cannot use them inside tags" means you have to put the comment at the top or bottom of the file - all the places you really want to add comments are at least inside the top level layout tag |
|||||
|