Search found 13 matches

by kellner
Wed Feb 25, 2009 6:44 pm
Forum: Common Problems
Topic: Font and display issues on Ubuntu 8.10 with Oxygen 10
Replies: 2
Views: 6381

Font and display issues on Ubuntu 8.10 with Oxygen 10

Since I upgraded Oxygen to 10.0 and Ubuntu to 8.10, the font often gets garbled - irrespective of the transparency settings I choose, and no matter what font I select. Here's a screenshot: http://homepage.univie.ac.at/Birgit.Kellner/images/Bildschirmfoto.png Scrolling around back and forth sometimes...
by kellner
Wed Apr 04, 2007 1:05 pm
Forum: Common Problems
Topic: Keyboard issues: enter, tab etc. disabled (Java-related?)
Replies: 1
Views: 3535

Keyboard issues: enter, tab etc. disabled (Java-related?)

Hi, with Oxygen 8.1 on a SuSE Linux box (10.2), I am experiencing curious keyboard problems. Enter, tab, backspace and delete keys don't work, and modifier keys (ctrl, alt) don't work either, though alt-gr works. This is since the upgrade of SuSE to 10.2, so I first suspected that it was due to the ...
by kellner
Thu Mar 22, 2007 10:53 pm
Forum: XSLT and FOP
Topic: XSLT 2.0 group-by: grouping/w processing of text node
Replies: 2
Views: 4560

Ok, here's a sample of the LaTeX file: \documentclass[a4paper,twoside,10pt]{book} \usepackage[cjkjis]{ucs} \usepackage[german]{babel} \usepackage[utf8x]{inputenc} \usepackage{fancyhdr} \usepackage{setspace} \usepackage{titlesec} \usepackage{ledmac} \usepackage{multibbl} \usepackage{ulem} \onehalfspa...
by kellner
Thu Mar 22, 2007 2:38 pm
Forum: XSLT and FOP
Topic: XSLT 2.0 group-by: grouping/w processing of text node
Replies: 2
Views: 4560

XSLT 2.0 group-by: grouping/w processing of text node

Hello, I'm new to the XSLT 2.0 "group-by" method and was wondering whether someone could help me with the following task. I have XML code that's structured like this: <app type="critical"> <lem>dhīr nirviṣayā </lem> <rdg varSeq="1" wit="M-A" type="witness...
by kellner
Mon Nov 14, 2005 11:16 am
Forum: XSLT and FOP
Topic: Transforming TEI P5 with customized XSL
Replies: 2
Views: 4117

Ah, thank you! Now it works perfectly.

Best regards,
by kellner
Sun Nov 13, 2005 6:10 pm
Forum: XSLT and FOP
Topic: Transforming TEI P5 with customized XSL
Replies: 2
Views: 4117

Transforming TEI P5 with customized XSL

Hello, I've generated TEI P5 files from the template included with oXygen. While I can transform them into html using the transformation scenario included with oXygen, which relies on TEI XSL stylesheets, I can't transform them with customized XSL stylesheets - the transformation is successful, but ...
by kellner
Sun Nov 13, 2005 1:40 pm
Forum: Common Problems
Topic: Browser question
Replies: 1
Views: 2169

Browser question

Hi, a small browser question: How can I prevent Oxygen from opening a new browser instance every time it displays a newly transformed html file? I'd prefer to have it use an already opened browser window, provided that one exists. I'd like to do this with Firefox; I looked around for appropriate com...
by kellner
Wed Nov 02, 2005 10:40 pm
Forum: Common Problems
Topic: Whitespace between (not inside) elements - how to get rid of
Replies: 8
Views: 7615

Ah yes - with Xalan, the code you suggested works perfectly.

Many thanks for your patience!

Best regards,
by kellner
Wed Nov 02, 2005 7:07 pm
Forum: Common Problems
Topic: Whitespace between (not inside) elements - how to get rid of
Replies: 8
Views: 7615

This gets confusing. I have disabled the xml-to-html-transformation and am running the xml file just through the normalisation stylesheet. This is the code before: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE TEI.2 PUBLIC "-//TEI P4//DTD Main Document Type//EN" &quo...
by kellner
Wed Nov 02, 2005 2:34 pm
Forum: Common Problems
Topic: Whitespace between (not inside) elements - how to get rid of
Replies: 8
Views: 7615

I copied this xsl-stylesheet and created a transformation scenario, with the normalization-xsl as the first stylesheet and the one that actually transforms to html as an additional one. However, the effect is not as desired: sequences of newline plus spaces/tabs are contracted into one single space....
by kellner
Wed Nov 02, 2005 1:18 pm
Forum: Common Problems
Topic: Whitespace between (not inside) elements - how to get rid of
Replies: 8
Views: 7615

Thank you. I hadn't thought this through up to the point where the whitespace between <w>-tags is of course whitespace *inside* the surrounding tag, in my case: <seg>. I tried to apply the normalize-space function, but am not sure about the syntax. Here's some sample XML-code: <seg type="foot&q...
by kellner
Wed Nov 02, 2005 1:58 am
Forum: Common Problems
Topic: Whitespace between (not inside) elements - how to get rid of
Replies: 8
Views: 7615

Whitespace between (not inside) elements - how to get rid of

Hello, I just started using Oxygen for a project where I tag lexical items in a text, for instance, in the following way: <w lemma="chocolate">chocolate</w>-<w lemma="factory">factory</w> Different XSL transformations will be apllied to the XML file. One prints the running text, ...