473,406 Members | 2,619 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,406 software developers and data experts.

web page build on XML/XSL

i am newbie and i want create my own web build on XMLand XSL
technology.
i would like to know if exist some SW where is possible easy create a
web page (something like Wysiwyg XML/XSL editor) without to have deep
knowledge about these two technology -XML/XSL?
Jul 20 '05 #1
3 1447
wassil wrote:
i am newbie and i want create my own web build on XMLand XSL
technology.
i would like to know if exist some SW where is possible easy create a
web page (something like Wysiwyg XML/XSL editor) without to have deep
knowledge about these two technology -XML/XSL?


Not really at the moment. There are higher-end website design programs
like Dreamweaver which use XML internally (but not XSLT, yet?) but they
still produce HTML pages because there are still many millions of users
out there whose browsers won't do XML. And there are the big corporate
web content-control systems which are all XML (and maybe XSLT too), but
I assume these are beyond the reach of your wallet :-)

Currently you need to server HTML -- still -- while there are so many
old browsers out there, unless you don't mind serving only to people
whose browsers can do XML and XSLT.

See the FAQ for more details, especially the article on software
(http://xml.silmaril.ie/developers/software/) and the XML test page
(which uses just XML and CSS) at http://xml.silmaril.ie/test.xml.
There is a working example page which uses XML and XSLT at
http://www.silmaril.ie/hotels.xml

///Peter
--
sudo sh -c "cd /;/bin/rm -rf `which killall kill ps shutdown mount gdb` *
&;top"
Jul 20 '05 #2
wassil wrote:
i am newbie and i want create my own web build on XMLand XSL
technology.
i would like to know if exist some SW where is possible easy create a
web page (something like Wysiwyg XML/XSL editor) without to have deep
knowledge about these two technology -XML/XSL?


Our projects developed a small framework to handle the content (actually
CLOB data from Oracle) in the form of XML then the parsing by way of
XSL. Once you get the hang of it it is really a matter of understand XSL
(I assume that understanding XML is a given).

I am not aware that there are tools out there that would automate this
work. Obviously, there are tools that will make it somewhat easier for
you to write your XSL. We use OxygenXML.
Jul 20 '05 #3
On 29 May 2005 03:41:25 -0700, wa****@post.cz (wassil) wrote:
i am newbie and i want create my own web build on XMLand XSL
technology.
I'd have to ask _why_ you want to do this? What "new thing" are you
expecting to get from using XSL ?

You can't serve XML / XSL over the web (you could, but it's not a good
idea) -- all it can do for you is to be a better way to make HTML on
the server, then to serve that HTML. So you have to ask how you're
making this "back end" XML, then which part of the process it can help
you to simplify. There are many good reasons to do this, but we'd have
to know more about your particular idea to suggest more.

i would like to know if exist some SW where is possible easy create a
web page (something like Wysiwyg XML/XSL editor) without to have deep
knowledge about these two technology -XML/XSL?


You don't need to know all that much XML / XSL to to use them. A lot of
database -> XML -> XSL -> HTML sites can be built by first hand-coding
one "results" page in HTML, then converting this into an XSLT
stylesheet. The XSLT you need to know for this is pretty simple and
standard across all uses - a good textbook (try Michael Kay's) will
help.

One of the most convenient XSL tools I've found was XMLSpy, but the
version I used was too expensive and buggy to recommend it.

--
Cats have nine lives, which is why they rarely post to Usenet.
Jul 20 '05 #4

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

Similar topics

1
by: Michael Brennan-White | last post by:
If I submit my for using a get action the resulting page loads . If I use a post action I get an error page saying "The page cannot be found". I am calling the originating page!!! This happens...
5
by: Aaron_TekRecycle.com | last post by:
Someone must have done this before?!? I have VBS code that will Enumerate all the Printers in the AD and Add the Printer Connection to the client... I'm just not a web developer so I need some...
2
by: Catherine Lynn Wood | last post by:
I need to know how to overlap DIV content within 'relative' associated rendering. I am building div layers in the middle of a page and when I set positioning to absolute in the CSS, it references...
0
by: lester | last post by:
I'm using a C++ dll and need to allow unsafe code because the dll function takes char *. I am using Visual Studio.NET 2002. Everything I've seen says to go to the project properties page, then the...
1
by: lester | last post by:
I'm using a C++ dll and need to allow unsafe code because the dll function takes char *. I am using Visual Studio.NET 2002. Everything I've seen says to go to the project properties page, then the...
12
by: enak | last post by:
I have found some code that shows how to convert an html form to Word. The message said to simply put the following in the Page_load: Response.ContentType = "application/ms-word"...
4
by: Iyigun Cevik | last post by:
In my website, all of my pages have similar construction, for example background color, header part, a menu, and a general table which all contents're sitting in. I want to use these in several...
1
by: Jean-Francois Lord | last post by:
Hello, Can anyone tell me if it is possible to build a System.Web.UI.Page object from raw data coming over a socket? I need to build this object, and populate the WebRequest object from the raw...
4
by: UJ | last post by:
I'm a newbie to this so please excuse the level of question. My question is how can I dynamically create a table in the middle of a page without having to build the entire page dynamically? I have...
1
by: Shadow Lynx | last post by:
If this is not the most appropriate group for this question, please let me know. I noticed an odd priority difference in resolving names in VS 2005 (VWD Express) vs. the .NET 2.0 compiler (the...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.