I have XML content to tranform to WML/XHTML etc.
Which of the following is "better" XML for representing links in the content
<link>
<text> search </text>
<method> post </method>
<posttofile> search.php </posttofile>
</link>
OR
<link method="post" posttofile="search.php">
search
</link>
Which of the following is "better" XML for representing links in the content
<link>
<text> search </text>
<method> post </method>
<posttofile> search.php </posttofile>
</link>
OR
<link method="post" posttofile="search.php">
search
</link>