OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] XHTML usage


This isn't quite what you are looking for, but if you are familiar with DTD
syntax, you can explore a hypertexted version of the XHTML 1.0 Transitional
DTD on my website:

http://www.sagehill.net/livedtd/xhtml1-transitional/index.html

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Tristan Fiedler" <fiedler@cshl.edu>
To: "Docbook-Apps" <docbook-apps@lists.oasis-open.org>
Sent: Tuesday, February 01, 2005 4:01 PM
Subject: [docbook-apps] XHTML usage


> Note : This post is primarily XHTML but relates to DocBook XML.
>
> I am setting up an online book using DocBook XML.  To create a wrapper
> website for the chapters, I was initially using "vanilla" html, but
> have migrated to xhtml :
>
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
> <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en">
>
> 1.  Does a user friendly website exist which shows allowed
> nesting/parents/children for this xhtml?
> I'm looking for something similar to :
> http://www.docbook.org/tdg5/en/html/docbook.html
>
> Currently I'm using :
> http://www.w3.org/TR/xhtml1/dtds.html#a_dtd_XHTML-1.0-Transitional
>
> 2.  How can I properly nest an <h2> within an <a>?
>
> allowed:  <a name="chapterlist"><big>My Text</big></a>
> disallowed : <a name="chapterlist"><h2>My Text</h2></a>
>
>
> Thank you,        Tristan
> ------------------------------
> Tristan J. Fiedler
> Cold Spring Harbor Laboratory
>
>
>




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]