generating web pages from XML

  • Thread starter Thread starter Vicente García
  • Start date Start date
V

Vicente García

Hello all,

I will explain, I am working in a project in which from XML Schemas, XLINK
and XSLT (Thre three technologies aren't necessary but they are desirable) I
have to generate Web pages...Has anyone any ideas of how I could do that?

Thanks in advance!
Vicente.
 
I suggest purchasing a book on this or using Google to find tutorials.

Ray at work
 
I tried to search using Google but I didn't find anything...I don't know how
to search about this :(
 
Use the Xml control, and supply it with the XML file (or XmlDocument
instance) and a Xsl Stylesheet that will suitably transform the XML to HTML
and you are done.
Peter
 
Yes, I understand this but the XML Schema contains the structure of the
pages and the XLINK contains how the pages links...and I don't know how I
can mix both XLM Schema and XLINK and then create HTML Web pages

Many thanks
Vicente.
 
Well! Then I guess you will need to "hit the books" and learn how! Links can
easily be described in XML without the use of XLINK. But XLINK is just XML,
so it's your choice.
Peter
 
I'll try it, hehe...and many thanks for deducing my poor English!!

Regards


Peter Bromberg said:
Well! Then I guess you will need to "hit the books" and learn how! Links
can
easily be described in XML without the use of XLINK. But XLINK is just
XML,
so it's your choice.
Peter




Vicente García said:
Yes, I understand this but the XML Schema contains the structure of the
pages and the XLINK contains how the pages links...and I don't know how I
can mix both XLM Schema and XLINK and then create HTML Web pages

Many thanks
Vicente.

"Peter Bromberg [C# MVP]" <[email protected]> escribió en
el
mensaje news:[email protected]...
Use the Xml control, and supply it with the XML file (or XmlDocument
instance) and a Xsl Stylesheet that will suitably transform the XML to
HTML
and you are done.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net




:

Hello all,

I will explain, I am working in a project in which from XML Schemas,
XLINK
and XSLT (Thre three technologies aren't necessary but they are
desirable) I
have to generate Web pages...Has anyone any ideas of how I could do
that?

Thanks in advance!
Vicente.
 
Back
Top