Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > XHTML Modularization - hello-world example.

Reply
Thread Tools

XHTML Modularization - hello-world example.

 
 
C.W.Holeman II
Guest
Posts: n/a
 
      04-08-2007
As K&R state the hardest part is getting a first instance to work. So I am
looking for a "hello, world!" example for adding an additional element
to an XHTML file.

<html>
<head><title>Hello, World</title>
<body>
<h1>Hello, World</h1>
<myHello>
<p>My hello.</p>
</myHello>
</body>
</html>

I would like a complete example showing how to extend XHTML to allow the
element myHello to be in an XHTML file with other XHTML elements inside
an myHello element. So what XML Schema file and its contents and any
changes to my example XHTML file above are needed?

http://www.w3.org/TR/xhtml-modularization/
http://www.w3.org/TR/xhtml-modulariz...ml#s_dev_elems

The above have details covering too much for a simple hello-world example.

--
C.W.Holeman II | -5 | http://JulianLocals.com/cwhii
To only a fraction of the human race does God give the privilege of
earning one's bread doing what one would have gladly pursued free, for
passion. I am very thankful. The Mythical Man-Month Epilogue/F.P.Brooks


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Proper modularization technique drhowarddrfine C Programming 4 11-10-2008 07:46 PM
XHTML Modularization: Creating XML schema for mixed custom tags andXHTML mk189@seznam.cz XML 0 05-09-2008 12:14 PM
Value of ActiveSupport's Modularization Trans Ruby 0 09-12-2006 03:09 PM
Need recommendations for code modularization ern C Programming 36 01-19-2006 11:03 PM
Modularization using modularized xhtml Peter Rohleder XML 0 02-20-2004 09:18 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57