Click here to get back home

Amaya Make Book sample or example?

 HomeNewsGroups | Search | About
 comp.infosystems.www.authoring.html    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Amaya Make Book sample or example? divirtual 03-07-2005
Get Chitika Premium
Posted by divirtual on March 7, 2005, 5:35 am
Please log in for more thread options


<< Hmmm ... I first posted this to alt.html, but then noticed the
pointer that this is the preferred location! >>

This sounds like a really basic question, but I'm an experienced
webmaster, and I can't get "Make Book" on AmayaWX 9.1 to work. No
messages, nothing seems to happen.

Is there a sample or example somewhere that I can copy?

For reference, I'm copy-and-pasting the code that I created from
scratch.

<!-- begin copy-and-paste

<?xml version="1.0" encoding="iso-8859-1"?>
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
<title>Dissertation makebook</title>
<meta name="generator" content="amaya 9.1, see
http://www.w3.org/Amaya/" />
<link rel="chapter" href="MapTerr_01.html" />
<link rel="chapter" href="MapTerr_02.html" />
<link rel="chapter" href="MapTerr_03.html" />
<link rel="chapter" href="MapTerr_04.html" />
</head>

<body>
<h1>Dissertation makebook</h1>
<p>I believe that there is supposed to be an introduction</p>
<ul>
<li><a href="MapTerr_01.html">MapTerr_01.html</a></li>
<li><a href="MapTerr_02.html">MapTerr_02.html</a></li>
<li><a href="MapTerr_03.html">MapTerr_03.html</a></li>
<li><a href="MapTerr_04.html">MapTerr_04.html</a></li>
</ul>
</body>
</html>

end copy-and-paste -->



Posted by me on March 7, 2005, 8:53 am
Please log in for more thread options


> << Hmmm ... I first posted this to alt.html, but then noticed the
> pointer that this is the preferred location! >>
>
> This sounds like a really basic question, but I'm an experienced
> webmaster, and I can't get "Make Book" on AmayaWX 9.1 to work. No
> messages, nothing seems to happen.
>
> Is there a sample or example somewhere that I can copy?
>
> For reference, I'm copy-and-pasting the code that I created from
> scratch.
>
> <!-- begin copy-and-paste
>
> <?xml version="1.0" encoding="iso-8859-1"?>
> <!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">
> <head>
> <meta http-equiv="Content-Type" content="text/html;
> charset=iso-8859-1" />
> <title>Dissertation makebook</title>
> <meta name="generator" content="amaya 9.1, see
> http://www.w3.org/Amaya/" />
> <link rel="chapter" href="MapTerr_01.html" />
> <link rel="chapter" href="MapTerr_02.html" />
> <link rel="chapter" href="MapTerr_03.html" />
> <link rel="chapter" href="MapTerr_04.html" />
> </head>
>
> <body>
> <h1>Dissertation makebook</h1>
> <p>I believe that there is supposed to be an introduction</p>
> <ul>
> <li><a href="MapTerr_01.html">MapTerr_01.html</a></li>
> <li><a href="MapTerr_02.html">MapTerr_02.html</a></li>
> <li><a href="MapTerr_03.html">MapTerr_03.html</a></li>
> <li><a href="MapTerr_04.html">MapTerr_04.html</a></li>
> </ul>
> </body>
> </html>
>
> end copy-and-paste -->

I am unfamiliar with that app and I'm unsure about the correctness of
putting links in the head of a document but those links are missing the
closing tag: </a>
IIRC relative links must point to files that are in the same
directory/folder but again I have no idea how that app works and IMO the w3c
site is typically cryptic.
Good Luck,
me




Posted by me on March 7, 2005, 10:24 am
Please log in for more thread options


> > << Hmmm ... I first posted this to alt.html, but then noticed the
> > pointer that this is the preferred location! >>
> >
> > This sounds like a really basic question, but I'm an experienced
> > webmaster, and I can't get "Make Book" on AmayaWX 9.1 to work. No
> > messages, nothing seems to happen.
> >
> > Is there a sample or example somewhere that I can copy?
> >
> > For reference, I'm copy-and-pasting the code that I created from
> > scratch.
> >
> > <!-- begin copy-and-paste
> >
> > <?xml version="1.0" encoding="iso-8859-1"?>
> > <!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">
> > <head>
> > <meta http-equiv="Content-Type" content="text/html;
> > charset=iso-8859-1" />
> > <title>Dissertation makebook</title>
> > <meta name="generator" content="amaya 9.1, see
> > http://www.w3.org/Amaya/" />
> > <link rel="chapter" href="MapTerr_01.html" />
> > <link rel="chapter" href="MapTerr_02.html" />
> > <link rel="chapter" href="MapTerr_03.html" />
> > <link rel="chapter" href="MapTerr_04.html" />
> > </head>
> >
> > <body>
> > <h1>Dissertation makebook</h1>
> > <p>I believe that there is supposed to be an introduction</p>
> > <ul>
> > <li><a href="MapTerr_01.html">MapTerr_01.html</a></li>
> > <li><a href="MapTerr_02.html">MapTerr_02.html</a></li>
> > <li><a href="MapTerr_03.html">MapTerr_03.html</a></li>
> > <li><a href="MapTerr_04.html">MapTerr_04.html</a></li>
> > </ul>
> > </body>
> > </html>
> >
> > end copy-and-paste -->
>
> I am unfamiliar with that app and I'm unsure about the correctness of
> putting links in the head of a document but those links are missing the
> closing tag: </a>
> IIRC relative links must point to files that are in the same
> directory/folder but again I have no idea how that app works and IMO the
w3c
> site is typically cryptic.
> Good Luck,
> me

My mistake, links are allowed in the head.
Signed,
me




Posted by Harlan Messinger on March 7, 2005, 12:24 pm
Please log in for more thread options


me wrote:
>>I am unfamiliar with that app and I'm unsure about the correctness of
>>putting links in the head of a document but those links are missing the
>>closing tag: </a>
[snip]
>
> My mistake, links are allowed in the head.

Besides which, there's no reason why a LINK tag would have a closing
</a>. And in XHMTL <tagname ... /> alone replaces <tagname ...></tagname>.


Similar ThreadsPosted
Does anyone use Amaya? [was: Amaya Make Book sample or example?] March 17, 2005, 10:42 am
Re: 1st sample October 30, 2006, 9:47 am
Parsing error in Amaya HTML Editor January 28, 2008, 12:56 pm
guest book August 7, 2005, 4:23 am
Web book... HeadFirst or Deitel? August 4, 2006, 1:31 pm
CGI Programming text book January 20, 2008, 5:17 am
Re: Help Finding a Good eCommerce and Project Book December 1, 2004, 5:02 am
Guest-book page getting spam, how can I stop this? July 6, 2006, 4:42 pm
EAD and E-text classes at Rare Book School 2005 January 26, 2005, 9:53 am
GET 1,000,000 FREE visitors to you site p/m - FREE E BOOK July 12, 2005, 9:57 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap