473,395 Members | 1,689 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

generating web pages from XML

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.
Feb 2 '07 #1
6 1067
I suggest purchasing a book on this or using Google to find tutorials.

Ray at work
"Vicente García" <nu********@hotmail.comwrote in message
news:ug**************@TK2MSFTNGP02.phx.gbl...
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.

Feb 2 '07 #2
I tried to search using Google but I didn't find anything...I don't know how
to search about this :(

"Ray Costanzo" <my first name at lane34 dot commercialescribió en el
mensaje news:%2****************@TK2MSFTNGP02.phx.gbl...
>I suggest purchasing a book on this or using Google to find tutorials.

Ray at work
"Vicente García" <nu********@hotmail.comwrote in message
news:ug**************@TK2MSFTNGP02.phx.gbl...
>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.


Feb 2 '07 #3
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


"Vicente GarcÃ*a" wrote:
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.
Feb 2 '07 #4
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]" <pb*******@yahoo.yabbadabbadoo.comescribió en el
mensaje news:9B**********************************@microsof t.com...
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


"Vicente García" wrote:
>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.

Feb 3 '07 #5
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" wrote:
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]" <pb*******@yahoo.yabbadabbadoo.comescribió en el
mensaje news:9B**********************************@microsof t.com...
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


"Vicente GarcÃ*a" wrote:
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.


Feb 3 '07 #6
I'll try it, hehe...and many thanks for deducing my poor English!!

Regards
"Peter Bromberg [C# MVP]" <pb*******@yahoo.yabbadabbadoo.comescribió en el
mensaje news:29**********************************@microsof t.com...
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" wrote:
>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]" <pb*******@yahoo.yabbadabbadoo.comescribió en
el
mensaje news:9B**********************************@microsof t.com...
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


"Vicente García" wrote:

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.



Feb 3 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
by: Michele Simionato | last post by:
What is the recommended way of generating HTML from Python? I know of HTMLGen and of few recipes in the Cookbook, but is there something which is more or less standard? Also, are there plans to...
14
by: Philippe C. Martin | last post by:
Hi, I wish to use an easy way to generate reports from wxPython and feel wxHtmlEasyPrinting could be a good solution. I now need to generate the HTML wxHtmlEasyPrinting can print: I need to...
4
by: Von Shean | last post by:
I want to generate comment pages which will contain only public functions. The option in IDE does not have any option for it. Can any one suggest any way/tool to do it? Also i have a dumb...
2
by: Joe | last post by:
Hi, I am building web in ASP.NET using VB.NET to code the pages. I want to generate random passwords for users. I know that password hashing is built right into the .NET Framework. I was...
8
by: Lars Netzel | last post by:
Hey! I wrote a message yersterday and got some good answers and have now managed to generate a nice image. The problem is that it's all generated in an Images.Aspx file and I don't really want...
2
by: cnickl | last post by:
I’m using the usual VisualStudio setup. That is to have a “Code Behind†(somename.aspx.vb) file with all the code and the actual HTML code somename.aspx) separate. I like this setup, but now...
4
by: Lee Chapman | last post by:
Hi, I am having difficulty getting the ASP.NET framework to generate valid XHTML. My immediate problem surrounds user input in, for example, textbox controls. I consider characters such as...
3
by: deciacco | last post by:
I'm trying to write a label printing SDI app with a small preview on the main form itself. Every time I run the InvalidatePreview event on the preview control to redraw the preview I get the...
1
nine72
by: nine72 | last post by:
Ok, I am at a complete loss on this and have finally come to the XML Parsing Gods (and perhaps a PHP minor deity) for guidance… I will try my best to describe what I have going on… 1) I have 15...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.