PDA

View Full Version : XHTML Capabilities?


Beev
10-23-2002, 12:10 AM
People,

I am fully aware of the purpose behind XHTML. It is basically strict HTML, when all is said and done.

My Question is this, is XHTML capable of anything that HTML 4.0 is not?

I am yet to see anythig that indicates any XHTML capabilities unavailable in HTML 4.0.

Look forward to your responses :)

jkd
10-23-2002, 12:24 AM
You can embed other XML applications directly inside the markup for one.
This is done through XML namespaces.

You can apply XSLT to it for whatever purpose you may have.

It can be parsed by a XML parser!

In the future, XForms and XFrames.

Beev
10-23-2002, 12:39 AM
Sounds good.