XML schema together with XHTML

admin

Administrator
Staff member
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
 
Back
Top