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: DocBook 5 Forms XSL problems


Hello people,

I am trying to convert a DocBook 5 document using the Forms extension
to HTML with the most upto date XSL from sourceforge but am running
into loads of problems.

I am using the command:

xsltproc /usr/local/src/docbook-xsl-1.69.1/html/docbook.xsl test.xml
2&> output.txt

I have attached test.xml and output.txt

Any guidence would be great as google is drawing a blank.

Thanks guys,
Noah

--
"Creativity can be a social contribution, but only in so
far as society is free to use the results." - R. Stallman
<?xml version="1.0" encoding="UTF-8"?>
<article xmlns="http://docbook.org/ns/docbook"; version="5.0"
	 xmlns:html="http://www.w3.org/1999/xhtml";>

<info>
  <title>Example html:form</title>
</info>

<html:form action="http://www.example.org/cgi-bin/dosomething";>
<para>id: <html:input name="id"/></para>
<para>url: <html:input name="url"/></para>
<para>title: <html:input name="title"/></para>
<para>excerpt: <html:input name="excerpt"/></para>
<para>blogname: <html:input name="blog_name"/></para>
<html:input type="submit"/>
</html:form>

</article>
Stripping NS from DocBook 5/NG document.
Processing stripped document.
No template matches html:form in article.
No template matches html:input in para.
No template matches html:input in para.
No template matches html:input in para.
No template matches html:input in para.
No template matches html:input in para.
No template matches html:input in html:form.
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Example html:form</title><meta name="generator" content="DocBook XSL Stylesheets V1.69.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="article" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="id5562042"></a>Example html:form</h1></div></div><hr></div><font color="red">&lt;html:form&gt;
<p>id: <font color="red">&lt;html:input&gt;&lt;/html:input&gt;</font></p>
<p>url: <font color="red">&lt;html:input&gt;&lt;/html:input&gt;</font></p>
<p>title: <font color="red">&lt;html:input&gt;&lt;/html:input&gt;</font></p>
<p>excerpt: <font color="red">&lt;html:input&gt;&lt;/html:input&gt;</font></p>
<p>blogname: <font color="red">&lt;html:input&gt;&lt;/html:input&gt;</font></p>
<font color="red">&lt;html:input&gt;&lt;/html:input&gt;</font>
&lt;/html:form&gt;</font></div></body></html>
warning: failed to load external entity "2"
unable to parse 2


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