Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML schema together with XHTML

Status
Not open for further replies.

DanielAntohe

Programmer
Feb 12, 2007
1
US
Hi there,

I have the following situation:
I want to create an XML document that contains 2 parts:
a) a XHTML part (it can be either version 1.0 or 1.1)
b) a non XHTML part that contains some information about the first part - like the location of that content or some other info on different constituents of the first part

The elements of the second part are defined by an XML schema.

My question is how to do this in an elegant manner?
Should I import somehow (I have no idea how) the XHTML schema on the part 2 schema? Or should I deal only on the instance XML file with this issue (if yes - how)?

Thanks a lot for the help.

Daniel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top