I was just wondering if castor's marshalling would support linking in
another document via an href type tag?

<product> 
        <price> 
        </price>  
        <details href="http://me.you.com/xmlfiles/details.xml"; /> 
        </price>  
</product>  

Details.xml would contain something like this?

<details> 
        <name></name>  
        <description></description> 
        <category></category> 
        <amount></amount> 
</details>  


Is this concept even possible with castor?

--ekiM



----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-user

Reply via email to