Hi,
Is there any way to manage XML information
dynamically added and that it is not provided by the
schema.
Example:
Consider this XML file:
<books>
<book>
<title>This is a test</title>
<ISBN>42</ISBN>
<author>
<name>Douglas</name>
<surname>Adman</surname>
</author>
</book>
<book>
<title>This is a test</title>
<ISBN>42</ISBN>
<author>
<name>Douglas</name>
<surname>Adman</surname>
</author>
<price>40$</price>
</book>
</books>
The second <book> has an addition information (price)
that was added dynamically to my original xml file
We wish manage this additional information by the web
application without make any change to dbforms-
config.xml file and the jsp
thank's
Augusto Vezzaro and Luca Chiesa
Logged In: YES
user_id=569597
No this is not possible.
The only way to handle such situation is to define the <price>
tag in the dbforms-config.xml and get an null value if it's not
in the record.
Regards,
Henner
Logged In: YES
user_id=569597
No this is not possible.
The only way to handle such situation is to define the <price>
tag in the dbforms-config.xml and get an null value if it's not
in the record.
Regards,
Henner
Logged In: YES
user_id=569597
No this is not possible.
The only way to handle such situation is to define the <price>
tag in the dbforms-config.xml and get an null value if it's not
in the record.
Regards,
Henner
Logged In: YES
user_id=569597
No this is not possible.
The only way to handle such situation is to define the <price>
tag in the dbforms-config.xml and get an null value if it's not
in the record.
Regards,
Henner