This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

default status (draft/final) for articles


Hello --

I've recently installed docbook-xsl-1.55, and found that the behavior
seemed to have changed with regard to article documents, at some point
since 1.48.  Specifically, I'm now getting the -draft page-masters in
my FO output, along with the draft watermark URL.

I have two questions about this: first, whether it's really supposed
to be this way (not that I leap to assume everything is a bug, but
this change struck me as curious); and second, if it is supposed to be
this way, how to make it not happen :-)  I've tried manipulating the
status element, and a couple of other things, but I don't seem to be
getting it right.

This little article demonstrates the behavior -- i.e., with 1.55 it
comes out as a draft, and with 1.48 it doesn't:

  <?xml version="1.0" encoding="utf-8"?>
  <!DOCTYPE article SYSTEM "/usr/local/sgml/docbkx412/docbookx.dtd">
  <article>
    <articleinfo>
      <title>Dummy Article</title>
      <pubdate>September 29, 2002</pubdate>
      <author>
	<firstname>David</firstname>
	<surname>Black</surname>
      </author>
    </articleinfo>
    <sect1>
      <para> Dummy text</para>
    </sect1>
  </article>

Thanks for any info or pointers --


David

-- 
David Alan Black                      | Register for RubyConf 2002!
home: dblack@candle.superlink.net     | November 1-3
work: blackdav@shu.edu                | Seattle, WA, USA
Web:  http://pirate.shu.edu/~blackdav | http://www.rubyconf.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]