Menu

#4 XML Dinamic Tables

open
nobody
None
5
2003-05-28
2003-05-28
No

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

Discussion

  • Henner Kollmann

    Henner Kollmann - 2003-07-01

    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

     
  • Henner Kollmann

    Henner Kollmann - 2003-07-01

    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

     
  • Henner Kollmann

    Henner Kollmann - 2003-07-01

    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

     
  • Henner Kollmann

    Henner Kollmann - 2003-07-01

    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

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.