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>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.