[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: RE: [docbook-apps] Urgent help on Abstract +
Thanks Bob. Fixed the problem by customizing the stylesheet - and it worked fine. Trying to put a frame around the Abstract - Thnx sarah -----Original Message----- From: Bob Stayton [mailto:bobs@sagehill.net] Sent: Friday, March 25, 2005 10:53 PM To: SIRIGINA Saraswathi; docbook-apps@lists.oasis-open.org Subject: Re: [docbook-apps] Urgent help on Abstract + First, always make sure your document is valid before assuming the stylesheet is doing something wrong. There were two validity errors in your articleinfo that were part of the problem. Put your informaltable inside a para, for example, and put your ulink inside an otheraddr inside the address element. The easiest way to suppress the abstract title is to add an empty title element to it. That still leaves an empty <p> in the HTML, but otherwise you would need to customize the abstract XSL template to remove the title. Bob Stayton Sagehill Enterprises DocBook Consulting bobs@sagehill.net ----- Original Message ----- From: "SIRIGINA Saraswathi" <SSirigina@COVANSYS.COM> To: <docbook-apps@lists.oasis-open.org> Cc: <bobs@sagehill.net> Sent: Thursday, March 24, 2005 11:44 PM Subject: [docbook-apps] Urgent help on Abstract + Hi - Urgent request. Please could you let me know as to how I could suppress the "Abstract" label from being displayed in the HTML file. Also, please let me know what is wrong with my xml as the UNLINKS are not being parsed correctly. I need the address to appear in a table or such sort with part of the address in the left-aligned and part of it being right-aligned. I am also getting a "No adjustColumnWidths function available. [390]" with the table.xsl from docbook-xsl-1.68.1 with the Xalan processor. Instead of using the Abstract element is it possible to use any other element to render this. Please let me know as to how I could rectify these mistakes. Thanks, and regards, Sarah PS: Is it possible to put the title and address in a frameset. Here is my xml code: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE article SYSTEM "file:///C:/docbook44/docbookx.dtd"> <article lang="en-US"> <articleinfo> <title>GT.M Version 5.0 Release Notes</title> <pubdate>23 February 2005</pubdate> <copyright> <year>2005</year> <holder>Fidelity Information Services Inc</holder> </copyright> <legalnotice> <title>Legal Notice</title> <para>GT.M[tm] is a trademark of Fidelity Information Services, Inc.</para> <para>GT.M and its documentation are provided pursuant to a license agreement containing restrictions on their use. They are the copyrighted intellectual property of Fidelity Information Services, Inc. and Sanchez Computer Associates, LLC (collectively "Fidelity") and are protected by U.S. copyright law. They may not be copied or distributed in any form or medium, disclosed to third parties, or used in any manner not authorized in said license agreement except with prior written authorization from Fidelity. </para> <para>This document contains a description of Fidelity products and the operating instructions pertaining to the various functions that comprise the system. It should not be construed as a commitment of Fidelity. Fidelity believes the information in this publication is accurate as of its publication date; such information is subject to change without notice. Fidelity is not responsible for any inadvertent errors.</para> </legalnotice> <abstract> <informaltable frame="none"> <tgroup cols="2"> <colspec colname="c1" colwidth="10"/> <colspec colname="c2" colwidth="10"/> <tbody> <row> <entry align="left" valign="top"> <para> <address> GT.M Group Fidelity Information Services, Inc. <street>40 Valley Stream Parkway</street> <city>Malvern, </city><state>PA </state><postcode> 19355, </postcode> <country>United States of America</country> </address> </para> </entry> <entry align="right" valign="top"> <para> <address> <phone>GT.M Support: +1 (610) 578-4226</phone> <phone>Switchboard: +1 (610) 296-8877 </phone> <fax>Fax: +1 (610) 296-7371 </fax> <ulink url="http://www.sanchez-gtm.com">http://www.sanchez-gtm.com</ulink> <email>gtmsupport@fnf.com</email> </address> </para> </entry> </row> </tbody> </tgroup> </informaltable> </abstract> </articleinfo> Confidentiality Statement: This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by return email. Confidentiality Statement: This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by return email.
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]