Posted By:
jonathan_zhang
Posted On:
Tuesday, April 6, 2004 03:52 PM
dear guru, Suppose I have defined two schema, Weapon.xsd and WeaponUser.xsd. I created a standardWeapons.xml based on Weapon.xsd. StandardWeapons.xml has things like: <?xml version="1.0" encoding="UTF-8"?> I wish to be able to reference some/all of the elements from the above xml in a standardWeaponUser1.xml , how would this be accomplished? do I have to use , but I don't really see how xml transformation fits into my needs. Please provide me with some details... thank you so much!
More>>
dear guru,
Suppose I have defined two schema, Weapon.xsd and WeaponUser.xsd. I created a standardWeapons.xml based on Weapon.xsd. StandardWeapons.xml has things like:
<?xml version="1.0" encoding="UTF-8"?>
I wish to be able to reference some/all of the
elements from the above xml in a standardWeaponUser1.xml , how would this be accomplished? do I have to use
, but I don't really see how xml transformation fits into my needs. Please provide me with some details... thank you so much!