How to reduce extra line spaces in xsl forms Yoel Kortick.

Slides:



Advertisements
Similar presentations
Customizing Forms and Writing QuickBooks Letters Lesson 15.
Advertisements

BIAF Print Label software setup
Pasewark & Pasewark 1 Access Lesson 6 Integrating Access Microsoft Office 2007: Introductory.
PYP002 Intro.to Computer Science Microsoft Word1 Lab 07 Creating Documents with Efficiency and Consistency.
Web Design HTML, Frontpage, DreamWeaver μέρος β ΠΡΥ019 - Πληροφορική Δρ.Βάσος Βασιλείου.
South Dakota Library Network ALEPH XSL Creator © South Dakota Library Network, 2008 Modified for SDLN Version 16 Last Update: June 2008 South Dakota Library.
Web Design Unit Assignment #2: Job Skills Favorite Links Page You will create a HTML web page with links to informational websites about a variety of job.
How to Web Page with iModules First row of icons.
Principles of Information Technology
CREATING TEMPLATES CREATING CUSTOM CHARACTERS IMPORTING BATCH DATA SAVING DATA & TEMPLATES CREATING SERIES DATA PRINTING THE DATA.
Put Your Name Here– 64pt – your address – 44pt Type your Project Title here – 64 pt Rail Engineering Department, Any University in the World – 48pt.
Start Dreamweaver program From file menu click new Blank page appears.
~BIRTHDAY CARD~. 1. Click "Start". 2. Choose "All Programs".
Sanjay Johal. Introduction(1.1) In this PowerPoint I will be explaining :  The purpose of the code for each of the two given programs, e.g. to carry.
How to sort the “Order Information report” from the service “Print Acquisitions Records acq-03” Yoel Kortick.
EFolio 401- Graduate Level Online Survey Online Survey Online Form Online Form Basic HTML programming Basic HTML programming Tables Tables Centering Graphics.
Your HTML website creating your first html file. Creating an HTML FIle Open note pad from accessories, programs. Write code. Save and view. In 3 Steps.
® Microsoft Office 2010 Access Tutorial 4 Creating Forms and Reports.
Open Office Writer Introduction AOSS _ Course material AOSS Master training workshop Singapore 2007.
How to Combine Items of Separate Bibliographic Records Version 16 and up Yoel Kortick.
1 Yoel Kortick Senior Librarian Adding a local Electronic Collection.
1 Yoel Kortick Senior Librarian Alma Product Management Mapping the bibliographic call number to the holding record call number.
MicrosoftTM SharePoint Content Management SystemTutorial
SMS Messaging in Aleph 500 Version 20 and up
Type Here the Title of the Poster Arial Bold Shadowed 80
Local production of notices
How to separate semicolon delimited values to separate columns
Indication rules and set filtering Harvard University April 18-19
Yoel Kortick Senior Librarian
How to print barcodes in batch mode via item-03
New and emerging acquisitions workflows Purchase requests
The acquisitions shared services unit High level diagrams and survey
MARC extensions Yoel Kortick | Senior Librarian
Yoel Kortick Senior Librarian Alma Product Management
How to add the bibliographic alternate graphic representation fields to acquisitions letters Yoel Kortick Senior Librarian.
Check_circ_14_a for LOAN RC 2042 in V20
European Computer Driving Licence
How to Define Separate Order Counters for Separate Sub-Libraries
Put Your Name Here– 64pt – your address – 44pt
Yoel Kortick Senior Librarian Alma Product Management
Merging Word Documents
پنجمین کنفرانس بین المللی پیشرفت‌های اخیر در مهندسی راه‌آهن
INSERT YOUR POSTER TITLE ON THIS LINE HERE
INSERT YOUR POSTER TITLE ON THIS LINE HERE
INSERT YOUR POSTER TITLE ON THESE LINES HERE
How to customize your Microsoft SharePoint Online website
INSERT YOUR POSTER TITLE ON THIS LINE HERE
Customize Letters How to customize letters via xsl
INSERT YOUR POSTER TITLE ON THIS LINE HERE
INSERT YOUR POSTER TITLE ON THIS LINE HERE
INSERT YOUR POSTER TITLE ON THIS LINE HERE
Yoel Kortick Senior Librarian
INSERT YOUR POSTER TITLE ON THIS LINE HERE
Yoel Kortick Senior Librarian
INSERT YOUR POSTER TITLE ON THIS LINE HERE
Please insert the Poster Title in here Aim Plan Do Study Act
INSERT YOUR POSTER TITLE ON THIS LINE HERE
Indication rules and set filtering
Binding Serial Issues with a Work Order
Letter s How to change fixed text labels in the letters
European Computer Driving Licence
YOUR text YOUR text YOUR text YOUR text
BUSINESS REPORT 2016.
Fall
Welcome To Microsoft Word 2016
Alternate graphic representation 880 field
Type the title here List the author’s name here 1 List the author’s affiliation here 2 List the author’s affiliation here 3 List the author’s affiliation.
Lab 07 Creating Documents with Efficiency and Consistency
Publisher Tutorial.
Presentation transcript:

How to reduce extra line spaces in xsl forms Yoel Kortick

2 Introduction Some times when printing letters there appear to be extra line spaces in the text of the sub library address as well as between parts of the letter. This might also occur in other places. If one were to compare this to Microsoft Word, it may appear as if 1.5 or double line spacing were being used.

3 The sub library address For example, here is the sub library address in the “out of the box” setup for acq-m-order-slip.xsl Extra Line spaces here

4 The sub library address The sub library address comes from this section in acq-m- order-slip.xsl This, we should go and look at (and change) the template funcs-address.xsl

5 funcs-address.xsl Here we add the red text

6 The new appearance of the address Here is how the address appears now

7 The change Before: After:

8 Other line breaks There are other line breaks which the library may wish to remove Here for example between “we would like…” and the bibliographic information there is a lot of space

9 The letter as seen in HTML code Here is the HMTL code of the letter After print preview user did right click > view source The “gap” of extra line space appears where one table ends and a new one begins. There is a problem of a new line before the table and line spacing in the table Dear Sir/Madam, We would like to place an order for the following items: Kortick, Yoel Introduction to basic xml.

10 Solution part 1 We will reduce the amount of space used in the new table. In file funcs-table.xsl we will add this: font-family=arial; font- size=9pt center 0

11 Solution part 2 Now we have this change Before: After:

12 Solution part 2 Now we will remove the line break between the two tables In funcs-misc.xsl we will remove the line break “br” -->

13 Solution part 2 Now we have this change. Even more space has been removed between “We would like …” and the bibliographic information. Before: After:

14 The final new letter

Thank You! Yoel Kortick