Question about the "<" Tag

"Ramo At Skuff" <[email protected]>
Newsgroups gmane.comp.java.jdom.general
Message-ID <004c01c87cb9$274e8370$75eb8a50$@de>
Hi,

i try to get somethign like this:

xml:
<FormElement type="tx" character="text" id="tx_00_user" name="tx_00_user"
tabmember="loguser" mandat="y"  size="20" checkValue="isThisset" >


To parse with this line:

input.setAttribute("value", "<" + "?pho " +
attributes.getValue("checkValue") + " (\"" + attributes.getValue("name")  +
"\"); ?>");
							

to get this:

<input type="text" id="tx_00_user" name="tx_00_user" class="mandatory"
size="20" value<?php isThisset ("tx_00_user"); ?>" />

But i get this:

<input type="text" id="tx_00_user" name="tx_00_user" class="mandatory"
size="20" value="&lt;?php isThisset (&quot;tx_00_user&quot;); ?&gt;" />


Is there a way or a trick to get the result i want?

Many thanks

ramo

_______________________________________________
To control your jdom-interest membership:
http://www.jdom.org/mailman/options/jdom-interest/[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.