[jdom-interest] Question about the "<" Tag
Ramo At Skuff
ramo at skuff-band.de
Sun Mar 2 15:00:04 PST 2008
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="<?php isThisset ("tx_00_user"); ?>" />
Is there a way or a trick to get the result i want?
Many thanks
ramo
More information about the jdom-interest
mailing list