You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlbeans-user@xml.apache.org by fl...@sdsc.edu on 2004/05/27 20:33:42 UTC

dynamic instance

Hello, is it possible to dynamically create an instance of a particular
schema or schema type without having to compile it previously?
For instance, in the "PriceQuote" example in the documentation can a user
    1) read in the schema dynamically
    2) create an instance of the complex type "price-quote"
    3) use the instance by setting its stock-symbol and stock-price
    4) write that instance data to an xml file
without having to know anything about the schema prior to use. thanks,

--Brent