I have to create an xml file based on data I have in an oracle DB. I'm creating temp versions of the xml, xslt files so that I don't have to connect to the db.
I need to create this with XML & XSLT
Quote:
2000 2001 2002 2003
Went Fishing? W P
Went Hunting? D B
|
All my spaces are stripped out so the years should start in the cell after the questions.
W should be directly under 2000
P should be directly under 2002
D should be directly under 2001
B should be directly under 2003
This is just an example. The W & P stand for a type of fish and D & B stand for a hunted animal. Sorry if this is a bad example.
Does anyone know how I can do this?
Thank You for any help
Jerry