T
Tony G
Hi -
My experience with XML is limitted although I understand the basics,
and I just recently for the first time created an XML document from a
database query and styled it successfully with CSS.
I have the DTD and the XML included in one document, and the style
sheet is linked to.
(I would cut and paste the text here - but the damn server is down due
to the general incompetence of our network team and I have not backed
the database up locally . . . ).
The XML displays in the browser just fine (much to my delight and
amazement).
So far so good, but I now want to display the styled data in an html
document, and I don't know a simple way to do that. Do I have to write
a DTD that defines both the HTML and the unique XML that I intend to
style??? Can I include two DTD definitions (one for the HTML and one
for the XML) for one document??
It seems like this is doing too much work for such a seemingly common
application. Can someone please help??
My experience with XML is limitted although I understand the basics,
and I just recently for the first time created an XML document from a
database query and styled it successfully with CSS.
I have the DTD and the XML included in one document, and the style
sheet is linked to.
(I would cut and paste the text here - but the damn server is down due
to the general incompetence of our network team and I have not backed
the database up locally . . . ).
The XML displays in the browser just fine (much to my delight and
amazement).
So far so good, but I now want to display the styled data in an html
document, and I don't know a simple way to do that. Do I have to write
a DTD that defines both the HTML and the unique XML that I intend to
style??? Can I include two DTD definitions (one for the HTML and one
for the XML) for one document??
It seems like this is doing too much work for such a seemingly common
application. Can someone please help??