Search found 125 matches

by dsewell
Fri Nov 06, 2009 9:11 pm
Forum: XSLT and FOP
Topic: context for fo:external-graphic URL?
Replies: 3
Views: 3862

Re: context for fo:external-graphic URL?

and I should have mentioned,

Code: Select all

graphic/@url
resolves to the base filename of the included graphic (with no path information).
by dsewell
Fri Nov 06, 2009 9:08 pm
Forum: XSLT and FOP
Topic: context for fo:external-graphic URL?
Replies: 3
Views: 3862

context for fo:external-graphic URL?

I'm encountering an odd problem. I have an XSLT file that is producing XSL-FO output for transformation to PDF. In my transformation scenario, both XML input file and the XSLT file are in the same directory. I have an FO statement <fo:external-graphic src="url('{graphic/@url}')"/> When I r...
by dsewell
Wed Oct 29, 2008 3:26 pm
Forum: Feature Request
Topic: Transformation output to URL
Replies: 2
Views: 2801

Re: Transformation output to URL

Thank you! :)
by dsewell
Tue Oct 28, 2008 9:46 pm
Forum: Feature Request
Topic: Transformation output to URL
Replies: 2
Views: 2801

Transformation output to URL

Am I correct that it is not possible (even in oXygen 10) to define a custom transformation scenario that sends an output file to a URL?

If so, I would request this as a feature, for example to be able to define a WebDAV or sftp URL for the output file.
by dsewell
Mon Mar 03, 2008 5:10 pm
Forum: Common Problems
Topic: Regex replacement crash
Replies: 3
Views: 3201

Re: Regex replacement crash

The problem with the expression 'x*$' is that it can also match empty strings located at the end of line because of the x*(0-n occurrences of x). When using 'Replace all' there will always be a match of length 0 at the end of any line so the replace will get stuck in an infinite loop. If x+(1-n occ...
by dsewell
Sat Mar 01, 2008 1:33 am
Forum: Common Problems
Topic: Regex replacement crash
Replies: 3
Views: 3201

Regex replacement crash

oXygen 9.1, standalone under Mac OS X

If I try the following regular expression find-and-replace:

Text to find: x*$
Replace with: [empty]

oXygen hangs and has to be killed externally. 'x' above can be any character.
by dsewell
Fri Feb 29, 2008 12:05 am
Forum: Common Problems
Topic: BUG: apostrophe in CSS comment breaks outline
Replies: 3
Views: 2948

Re: BUG: apostrophe in CSS comment breaks outline

After some more experimenting: this is true of both apostrophe (') and quotation mark ("). If they are paired inside the comment, no problem. But a single ' or " breaks the outline.
by dsewell
Thu Feb 28, 2008 11:27 pm
Forum: Common Problems
Topic: BUG: apostrophe in CSS comment breaks outline
Replies: 3
Views: 2948

BUG: apostrophe in CSS comment breaks outline

oXygen 9.1, build 2007122116, standalone under OS X Problem: when a CSS comment contains an apostrophe, it breaks the outline view of the CSS file. Example: body { /* it's a comment */ color: blue; margin-left: 1in; } p { text-indent: 1em; } Only the "body" element is visible in the outlin...
by dsewell
Tue Jan 08, 2008 9:24 pm
Forum: Common Problems
Topic: Spacing bug in Author mode, oXygen 9.1
Replies: 5
Views: 4049

I tried on my Mac 10.5.1 and on a 10.4.11 and I could not reproduce it. I think there is a problem with some fonts on that computer. I've seen cases in which some fonts report larger metrics than real, and the layout gets a bit out of the sync. You could try opening the file frameworks/tei/xml/tei/...
by dsewell
Tue Jan 08, 2008 5:45 am
Forum: Common Problems
Topic: Spacing bug in Author mode, oXygen 9.1
Replies: 5
Views: 4049

No bug running under Leopard

I just tried this on another machine running OS X 10.5.1, and I do not see the buggy behavior.
by dsewell
Mon Jan 07, 2008 8:23 pm
Forum: Common Problems
Topic: Spacing bug in Author mode, oXygen 9.1
Replies: 5
Views: 4049

More info

I'm running OS X 10.4.11, with Java version 1.5.0_13
by dsewell
Mon Jan 07, 2008 8:20 pm
Forum: Common Problems
Topic: Spacing bug in Author mode, oXygen 9.1
Replies: 5
Views: 4049

Spacing bug in Author mode, oXygen 9.1

I'm running standalone oXygen 9.1 (build 2007122116) under OS X. I'm finding a bug in space rendering in Author view with a simple TEI document where there is a <hi> tag following UTF-8 quotation marks. I haven't spent time playing around to see whether other non-ASCII characters cause the same beha...
by dsewell
Tue Jul 31, 2007 4:30 pm
Forum: XSLT and FOP
Topic: Using named template instead of source document
Replies: 3
Views: 4081

Except from this initial template thing what are other options you would need to specify that are not in the oXygen preferences? That is the major one. If you add support for the -it template flag, it might be reasonable also to add support for -im mode as well. Using the -i flags is similar to pas...
by dsewell
Mon Jul 30, 2007 10:33 pm
Forum: XSLT and FOP
Topic: Using named template instead of source document
Replies: 3
Views: 4081

Using named template instead of source document

Using Saxon from the command line it is possible to use the -it name flag to run a named template instead of providing a source document. Is there any way to do this from inside oXygen? More generally, is there any way to pass arbitrary command-line arguments to Saxon, or is the set of options in th...
by dsewell
Mon Jun 25, 2007 5:09 pm
Forum: Feature Request
Topic: Schema-aware Format and Indent
Replies: 3
Views: 4918

Thanks, Sorin.

I can imagine that the programming would be complicated. It's not as high a priority as other enhancements that have been discussed, so I'm sure we can be patient.
by dsewell
Fri Jun 22, 2007 5:38 pm
Forum: Feature Request
Topic: Schema-aware Format and Indent
Replies: 3
Views: 4918

Schema-aware Format and Indent

A couple of times in the past, people have posted to the forums about the problem of formatting elements that can take mixed content (according to a schema) but that have only element children in a document instance. For example, <p><b>foo</b><i>bar</i></p> will be formatted as <p> <b>foo</b> <i>bar...
by dsewell
Thu May 31, 2007 7:23 pm
Forum: Common Problems
Topic: Problem with project validation, 8.2
Replies: 1
Views: 3574

Problem with project validation, 8.2

Problem: I have a project open, and select "validate selection with" from the contextual menu. I select a Schematron schema for validation. The validation begins, and the first file is validated. But after that, each subsequent file produces these error lines: [Schematron 1.5 (XSLT 2.0)] U...
by dsewell
Fri Mar 02, 2007 7:18 pm
Forum: Feature Request
Topic: Warn on loading single-line XML documents
Replies: 2
Views: 5096

Warn on loading single-line XML documents

Currently, if one has "Line wrap" set in oXygen preferences, it is horribly slow to load a large XML file without line breaks (and horribly slow to work with the file once it is loaded). With line wrap off, the loading is much faster, and it is possible then to use format-and-indent if des...
by dsewell
Mon Nov 20, 2006 7:41 pm
Forum: Common Problems
Topic: Is safe to migrate user settings from 7.2 to 8.0?
Replies: 3
Views: 4814

Ignore the previous comment.The problem was that I wasn't in fact editing XML source (I was editing an XQuery file with embedded XML.)
by dsewell
Mon Nov 20, 2006 7:30 pm
Forum: Common Problems
Topic: Is safe to migrate user settings from 7.2 to 8.0?
Replies: 3
Views: 4814

I had some problems with preferences and functionality when upgrading from 7.2 to 8.0 (OS X standalone version). For example, some of the menu shortcut keys no longer worked, and also no "Refactoring" menu appeared after right-clicking selected text. Deleting my old ~/Library/Preferences/c...
by dsewell
Fri Sep 01, 2006 6:17 pm
Forum: Feature Request
Topic: Option to preserve line separator
Replies: 1
Views: 4868

Option to preserve line separator

Under Preferences / Global : Below "Line separator", could there be a checkbox option like "Detect line separator on open"? So when the box is checked, when oXygen saves the file it will use the existing line separator rather than the default one used for a new file. This would b...
by dsewell
Tue Aug 22, 2006 4:28 pm
Forum: Feature Request
Topic: Preserve/strip space elements: saved sets
Replies: 3
Views: 6688

This sounds like a useful feature, so I will look forward to this solution.
by dsewell
Thu Aug 17, 2006 9:18 pm
Forum: Feature Request
Topic: Preserve/strip space elements: saved sets
Replies: 3
Views: 6688

Preserve/strip space elements: saved sets

Enhancement suggestion: Add the possibility to save and load sets of elements to use in the "Preserve space elements" and "Strip space elements" windows of the menu Editor / Format / XML . This would be extremely useful to people who use different schemas/DTDs, or who regularly e...
by dsewell
Tue Aug 15, 2006 4:25 pm
Forum: Feature Request
Topic: diff tool: last directory saved by position
Replies: 3
Views: 6473

Hello David, It was already implemented in the latest release (7.2). I think you are using an older version of oXygen. No, I am using 7.2 (OS X version). Actually, the desired behavior is there if I have the diff window open and then open a new file. If I close the diff window and then open the dif...
by dsewell
Mon Aug 14, 2006 8:12 pm
Forum: Feature Request
Topic: diff tool: last directory saved by position
Replies: 3
Views: 6473

diff tool: last directory saved by position

In the XML diff tool: Suppose I perform a comparison on two files like this Directory X/file1 Directory Y/file1 where I have first opened the left file and then the right file. After I am finished, I want to compare two more files in Directory X and Directory Y. But when I enter the open file dialog...
by dsewell
Fri Aug 11, 2006 5:37 pm
Forum: Feature Request
Topic: "Go to" line context
Replies: 1
Views: 6050

"Go to" line context

In oXygen 7.2 (Mac OS X platform), when I use command-L to go to a particular line, the window is updated with the cursor in the line at the bottom of the screen. Could this behavior be changed to put the line in the middle of the screen? Most of the time when you go to a line, you want to see the s...
by dsewell
Tue May 30, 2006 2:09 am
Forum: Common Problems
Topic: Relax NG -> DTD conversion error
Replies: 4
Views: 4167

Thanks, Sorin!
by dsewell
Fri May 26, 2006 10:36 pm
Forum: Common Problems
Topic: Relax NG -> DTD conversion error
Replies: 4
Views: 4167

The problem seems to be connected to a specific Relax NG file. Maybe it is the result of a bug in Trang.

I have sent the schema as an attachment to your support email address,

thanks,

David S
by dsewell
Fri May 26, 2006 7:14 pm
Forum: Common Problems
Topic: Relax NG -> DTD conversion error
Replies: 4
Views: 4167

Relax NG -> DTD conversion error

I'm getting a Java error message when trying to convert a Relax NG schema to a DTD: Relax NG Converter failed with: java.util.MissingResourceException Can't find resource for bundle java.util.PropertyResourceBundle, key ignore_params Platform is standalone Mac OS X. I get the same error whether I us...
by dsewell
Fri May 26, 2006 4:38 pm
Forum: Feature Request
Topic: Toggle UTF-8 / numeric entity view
Replies: 2
Views: 5772

sorin wrote:We will consider displaying the Unicode space characters with special marks as the TAB, nbsp, EOL characters are displayed now (see Options -> Preferences -> Editor -> Show TAB/NBSP/EOL/EOF marks). I added an enhancement on our bugzilla.
Thanks!

David