Search found 60 matches

by dnedrow
Wed Jun 15, 2005 10:36 pm
Forum: General XML Questions
Topic: How does one use tag insite with a non-oXygen schema?
Replies: 17
Views: 24998

Re: WordML Schemas

rosullivan wrote:Must be your browser or your ISP. I'm in Virginia and using Firefox 1.0.3. Hope that helps.
Huh, using Safari, can't get the page. Using Firefox I can. So it is browser related.

-David
by dnedrow
Wed Jun 15, 2005 1:07 pm
Forum: Feature Request
Topic: Disable auto-indent on enter within preserve space elements
Replies: 5
Views: 8033

Hello, I think usually the text in such an element, for example a code fragment entered in a programlisting , is also indented. I think that's the problem he's talking about. Eg. if you paste in a block of C code that has staggered indenting (normal), the hit Enter, every line becomes left aligned....
by dnedrow
Tue Jun 14, 2005 3:44 am
Forum: XSLT and FOP
Topic: DocBook <imagedata/> and scalefit attribute
Replies: 3
Views: 8011

I think what you want to do is described in Bob Stayton's book here: http://www.sagehill.net/docbookxsl/ImageSizing.html In particular: To keep a graphic for printed output at its natural size unless it is too large to fit the available width, in which case shrink it to fit, use scalefit="1&qu...
by dnedrow
Fri Jun 10, 2005 2:04 pm
Forum: XSLT and FOP
Topic: DocBook <imagedata/> and scalefit attribute
Replies: 3
Views: 8011

george wrote: I noticed you posted this on the xsl list, I think you have better chances to get a response on the docbook-apps list:
Good idea. I had forgotten about docbook-apps. Since this was more of a presentation issue, I hesitated to post to the main docbook list.

-David
by dnedrow
Thu Jun 09, 2005 10:03 pm
Forum: XSLT and FOP
Topic: DocBook <imagedata/> and scalefit attribute
Replies: 3
Views: 8011

DocBook <imagedata/> and scalefit attribute

Is there a [relatively] simple means of defining the viewport size of an <imagedata/> tag to the size of another element, possibly the enclosing element? For example, in PDF output, I want the image scaled to fit the size of <figure/>, or, at the worst, <para/>. Anyway to handle this for the sample ...
by dnedrow
Thu Jun 02, 2005 8:31 pm
Forum: Other Issues
Topic: Tag insight and non-oXygen schemas?
Replies: 2
Views: 11964

Cool, thanks. I had missed the reply.

-David
by dnedrow
Wed Jun 01, 2005 6:01 pm
Forum: Other Issues
Topic: Tag insight and non-oXygen schemas?
Replies: 2
Views: 11964

Tag insight and non-oXygen schemas?

By non-oXygen, I mean a schema that is not part of the oXygen distribution, in this case AIML. I believe I have my document set up correctly: <?xml version="1.0" encoding="UTF-8"?> <aiml:aiml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="...
by dnedrow
Wed Jun 01, 2005 10:20 am
Forum: General XML Questions
Topic: How does one use tag insite with a non-oXygen schema?
Replies: 17
Views: 24998

How does one use tag insite with a non-oXygen schema?

By non-oXygen, I mean a schema that is not part of the oXygen distribution, in this case AIML. I believe I have my document set up correctly: <?xml version="1.0" encoding="UTF-8"?> <aiml:aiml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="...
by dnedrow
Fri May 27, 2005 2:55 am
Forum: XSLT and FOP
Topic: Double-spacing <para/>
Replies: 1
Views: 5585

Solution

Aha. I found a post by Bob Stayton that gives a work around for this. <xsl:template match="para[not(ancestor::footnote|ancestor::bibliography)]"> <fo:block line-height="2.4"> <xsl:apply-imports/> </fo:block> </xsl:template> The only drawback is that it requires providing a specif...
by dnedrow
Wed May 25, 2005 6:34 am
Forum: Other Issues
Topic: Preventing pop-ups
Replies: 14
Views: 22490

1: type extremely slowly to avoid hitting the pop-ups and inserting wrong tags (usually <abbrev>); 2: live with it - and waste time tidying up the mess it regularly generates; or 3: disable it totally, in which case I've spent a lot of money on a simple text editor with fewer useful features than o...
by dnedrow
Wed May 25, 2005 6:27 am
Forum: Common Problems
Topic: OS X problem with Oxygen 6 running in Eclipse 3.1M7 on JDK 5
Replies: 19
Views: 15684

msqr wrote:...t even if I only install Oxygen, it simply won't work. I also don't have anything special in my environment (like Xerces in my JVM's endorsed dir). I'm working with a new install of OS 10.4.1.
In a terminal window, what is returned by:

java -version

-David
by dnedrow
Mon May 23, 2005 8:31 pm
Forum: Other Issues
Topic: Preventing pop-ups
Replies: 14
Views: 22490

Feature request rather than issue

I (and many others I suspect) actually like the way this is handled by default in oXygen. Why would you post this as an issue, since it's working as designed. Wouldn't it be better to post your "issue" as a feature request, since you're actually asking for an enhancement or change to the p...
by dnedrow
Sat May 21, 2005 3:08 am
Forum: Common Problems
Topic: Installing J2SE 5 under Tiger (10.4)
Replies: 0
Views: 4108

Installing J2SE 5 under Tiger (10.4)

Note that there are several things that have to be done to completely install and configure J2SE 5 under Tiger. To simplify things, I've written up a quick FAQ on how I did this. http://nedron.net/cgi-bin/suid/dnedrow/fom?file=93 I know this isn't specifically an oXygen issue, but some people are un...
by dnedrow
Fri May 20, 2005 6:38 pm
Forum: Common Problems
Topic: Java 1.5 on MacOS X
Replies: 3
Views: 5888

If you want to use 1.5 for everything (applets and CLI), be sure that you've set the Applet and Application settings in the Java Preferences tool provided with Apple's J2SE 5 package (/Applications/Utilities/Java/J2SE 5.0). Note that this won't make any difference at the command line, so you'll also...
by dnedrow
Fri May 20, 2005 7:55 am
Forum: Common Problems
Topic: OS X problem with Oxygen 6 running in Eclipse 3.1M7 on JDK 5
Replies: 19
Views: 15684

Works here, Tiger, JDK 5, Eclipse 3.1M7

I downloaded Eclipse 3.1M7 and the matching oXygen plugin. I then updated the oXygen plugin.

I'm able to open existing XML files as well as create new ones.

This is under 10.4.1 running J2SE 5 (JDK 1.5).

-David
by dnedrow
Fri May 20, 2005 7:29 am
Forum: Common Problems
Topic: OS X problem with Oxygen 6 running in Eclipse 3.1M7 on JDK 5
Replies: 19
Views: 15684

Never mind re: 3.0.2.
by dnedrow
Fri May 20, 2005 7:26 am
Forum: Common Problems
Topic: OS X problem with Oxygen 6 running in Eclipse 3.1M7 on JDK 5
Replies: 19
Views: 15684

Eclipse 3.0.x?

I have to ask, does it work for you in the current release version (3.0.2)?

-David
by dnedrow
Fri May 20, 2005 7:20 am
Forum: XSLT and FOP
Topic: Double-spacing <para/>
Replies: 1
Views: 5585

Double-spacing <para/>

I'm using a customization to handle a number of default parameters and formatting isntructions. One thing I need to do is double-space paragraphs (<para/> only). Using the following double-spaces <para/>: <xsl:attribute-set name="normal.para.spacing"> <xsl:attribute name="line-height&...
by dnedrow
Thu May 19, 2005 8:04 pm
Forum: Common Problems
Topic: Sun JDK 1.5 has a focus problem that cripples Oxygen-XML
Replies: 4
Views: 7629

Same issue under Tiger with 1.5.0_02

I see the same problem running oXygen 6 under Tiger with JRE 1.5.0_02.

I'm able to work around it by clicking "past" the modal window, but it is "interesting".

-David
by dnedrow
Tue Mar 29, 2005 9:57 pm
Forum: Feature Request
Topic: Pasting into verbatim blocks
Replies: 3
Views: 8419

The drawback to using "Indent on paste" is that it disables all indenting for pasted text, both for <programlisting/> and regular text that I would like to have indented.

-David
by dnedrow
Thu Mar 10, 2005 6:59 am
Forum: XSLT and FOP
Topic: APA style customization for biblio
Replies: 0
Views: 5506

APA style customization for biblio

I'd like my bibliographic entries to transform to APA Style. Has anyone seen any customization done for this already?

-David
by dnedrow
Thu Mar 10, 2005 5:44 am
Forum: Feature Request
Topic: Pasting into verbatim blocks
Replies: 3
Views: 8419

Pasting into verbatim blocks

Currently, when I paste text into a verbatim block (e.g. programlisting), oXygen re-aligns everything in the pasted block.

I'd like to see the whitespace preserved only when pasting into verbatim areas.

-David
by dnedrow
Wed Mar 09, 2005 9:07 am
Forum: Other Issues
Topic: My measure of software...
Replies: 1
Views: 24651

My measure of software...

One way that I measure the value of a piece of software that I've purchased is by asking myself if I regret purchasing said software, even a little. I'm happy to say that oXygen is one of the few pieces of software I've purchased for which I have zero regrets. I find the interface well designed, the...
by dnedrow
Thu Jan 13, 2005 8:01 am
Forum: Common Problems
Topic: Hmmm, text box issues in oXygen v5 with J2SE 5.0
Replies: 11
Views: 6817

We made a beta version available on the oxygen-user list, please try that and let us know if you have problems with it. http://www.oxygenxml.com/pipermail/oxygen-user/2005-January/000345.html Best Regards, George Looks like that fixes the text field problem I was having with Sun's JDK 5 under Linux...
by dnedrow
Wed Dec 01, 2004 12:10 am
Forum: XML Schemas
Topic: Simple "article" xsd
Replies: 2
Views: 14899

Also, just because I can't resist asking...

Why don't you simply use the DocBook Article schema?

-David
by dnedrow
Wed Dec 01, 2004 12:07 am
Forum: Common Problems
Topic: Mac OS X to Win XP Text Format
Replies: 5
Views: 4037

This really has nothing to do with oXygen directly. As you noted, it is a mismatch between how each OS handles new lines. Here's a simple Mac version of the [unix|dos]2[unix|dos] utilities that are pretty standard. Apple should probably add this to the Darwin portion of OS X. http://www.osxgnu.org/s...
by dnedrow
Thu Nov 25, 2004 6:41 am
Forum: Common Problems
Topic: Hmmm, text box issues in oXygen v5 with J2SE 5.0
Replies: 11
Views: 6817

Great.

Thanks.

-David
by dnedrow
Sat Nov 20, 2004 6:37 am
Forum: Common Problems
Topic: Hmmm, text box issues in oXygen v5 with J2SE 5.0
Replies: 11
Views: 6817

Confirm: 5.0 oXygen OK with JDK 1.4.2, not with JDK 5.0

George,

Thanks for the info. I switched Oxygen 5 to use the 1.4.2 version of the JDK and it's working fine.

Switched back to JDK 5.0 and the text field problems come back, so it's definitely something new with JDK 5.

I'm fine for now. Thanks again.

-David
by dnedrow
Fri Nov 19, 2004 1:09 am
Forum: Common Problems
Topic: Hmmm, text box issues in oXygen v5 with J2SE 5.0
Replies: 11
Views: 6817

Hmmm, text box issues in oXygen v5 with J2SE 5.0

I was attempting to perform a search and replace in oXygen, when I found that nothing I type in the entry field for the search string appeared. However, when I clicked in the "replace" field, the text I had previously typed magically appeared. After checking several dialogs, I've found tha...
by dnedrow
Wed Jan 28, 2004 10:56 pm
Forum: Common Problems
Topic: tail: `-1' option is obsolete; use `-n 1'
Replies: 0
Views: 3929

tail: `-1' option is obsolete; use `-n 1'

I get this error on Fedora Core 1 when installing oXygen 3.0. It doesn't seem to affect the installation, as the script ignores the error and continues. Just an FYI. Linux penguin 2.4.22-1.2129.nptlsmp #1 SMP Mon Dec 1 08:30:05 EST 2003 i686 athlon i386 GNU/Linux Fedora Core release 1 (Yarrow) tail ...