Hello, Elena.  I make thorough use of org.apache.xerces.impl.xs.psvi.* in my
application.  I’m not sure if this is the deprecated API since I have not
upgraded to Xerces 2.3.0 yet.  Anyway, we use XML Schemas to describe
“datasets.”  The contents of a schema describe a hierarchy of EJB Entity
Beans that need to be loaded. A valid XML file is then generated reflecting
the data in the Beans.  “Reflecting” is an interesting choice of words. We
use our XML Schemas to find out the properties of the Beans to read and the
relationships between Beans we to navigate.  It’s all done through
Reflection.

I understand that Eclipse has a good xsl project.  I haven’t looked into it
yet since the psvi stuff meets our needs pretty well.

HTH,
Dean Des Rosiers


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to