PDA

View Full Version : How to add two list objects in XSD and create a third list using XSLT ...


echarcha
May 24th, 2006, 10:24 AM
This is from a friend. I am not an expert or even knowledgable about anything these days. So I turn to you for help, please help

This is all he wrote..



How to add two list objects in XSD and create a third list using XSLT or any other techniques?

2gud
May 24th, 2006, 10:56 AM
This is from a friend. I am not an expert or even knowledgable about anything these days. So I turn to you for help, please help

This is all he wrote..

I too am not an expert in XML funde, but from what I understood, XSD structure is decided at design time where as XSLT is a runtime transformation right?

So what does he mean by " How to add two list objects in XSD". Does he mean combining two XML lists with two different schema (XSD) at runtime using a single transformation (XSLT)?

echarcha
May 24th, 2006, 11:00 AM
I will ask him.. But do tell me how you can add two lists at run time..