Posted By:
jonathan_zhang
Posted On:
Wednesday, April 7, 2004 05:32 PM
Dear Guru, I have two xmls: Department.xml //wish to reference the pererons from persons.xml persons.xml Jonathan Male Spacey Female how would I link all the elements of personx.xml to Department.xml, I understand that you can use xslt. But that involves running xml transform from another application and producing a new xml file(correct?). is there a way to link it statically? Persons.xml doesn't have to have the root element. Thank you so much!
More>>
Dear Guru,
I have two xmls:
Department.xml
//wish to reference the pererons from persons.xml
persons.xml
Jonathan
Male
Spacey
Female
how would I link all the elements of personx.xml to Department.xml, I understand that you can use xslt. But that involves running xml transform from another application and producing a new xml file(correct?).
is there a way to link it statically? Persons.xml doesn't have to have the root element.
Thank you so much!