Search found 161 matches

by dcramer
Thu Jan 27, 2011 3:19 pm
Forum: Common Problems
Topic: Author complains if processing instructions are displayed an
Replies: 13
Views: 4917

Re: Author complains if processing instructions are displayed an

Sure, here's an example: <table frame="all" pgwide="1" xml:id="bgbcechd"> <info> <title>Detected problems summary</title></info> <?bjfo keep-together?> <tgroup cols="14"> ... I use that PI if I have a short table and I don't want ever to be split across pages....
by dcramer
Thu Jan 27, 2011 3:13 pm
Forum: Common Problems
Topic: content:attr(id) rule in docbook.css
Replies: 2
Views: 1699

Re: content:attr(id) rule in docbook.css

Thanks Radu. I'll keep an eye on the rss feed.

David
by dcramer
Thu Jan 27, 2011 2:42 pm
Forum: Other Issues
Topic: Displaying processing instructions inline
Replies: 11
Views: 5177

Re: Displaying processing instructions inline

Yes, I was thinking of the PITarget (that part that's emitted by the name attr in the xsl:processing-instruction). Then I could display <?sbr?> inline and most others as block. But if you do that, won't people then want to match based on the text content of the PI too? I suppose so, but css is too a...
by dcramer
Wed Jan 26, 2011 10:24 pm
Forum: Common Problems
Topic: Author complains if processing instructions are displayed an
Replies: 13
Views: 4917

Author complains if processing instructions are displayed an

Hi there, Using DocBook 5.x, if I change the css so that processing instructions are displayed: oxy|processing-instruction { display:inline !important; } And I have a document in which processing instructions occur as children of <table> elements, then Oxygen complains: SystemID: /home/dcramer/workh...
by dcramer
Wed Jan 26, 2011 9:32 pm
Forum: Common Problems
Topic: content:attr(id) rule in docbook.css
Replies: 2
Views: 1699

content:attr(id) rule in docbook.css

I notice that the rule for the <co/> element in docbook.css is to show the value of the id attribute before the element, yet I don't see the id displayed. However, for other elements, the same function "attr()" does work. I've tried changing the rule for co:before to "content:attr(xml...
by dcramer
Wed Jan 26, 2011 8:19 pm
Forum: Other Issues
Topic: Displaying processing instructions inline
Replies: 11
Views: 5177

Re: Displaying processing instructions inline

It would be cool if you could select the PI based on its name so you could style different pis in different ways:

Code: Select all

oxy|processing-instruction['sbr']{
display: inline !important;
}

oxy|processing-instruction{
display: block !important;
}
by dcramer
Tue Jan 25, 2011 10:58 pm
Forum: Common Problems
Topic: Associating a RelaxNG schema with a framework by version
Replies: 5
Views: 2841

Re: Associating a RelaxNG schema with a framework by version

I haven't gotten around to trying this yet, but it occurs to me that it would be useful if in the Preferences , Document Type , in the Rules tab, in addition to Namespace, Root local name, etc, there were an "XPath Expression" field which let you put in something like "/*[@version = '...
by dcramer
Tue Jan 25, 2011 6:06 pm
Forum: Common Problems
Topic: Inserting an informalfigure in DocBook
Replies: 7
Views: 3418

Re: Inserting an informalfigure in DocBook

Hi Radu, Ok, that's what I thought. Yes, I think this is a case where "Insert Graphic" should be improved since this would apply to anyone using DocBook and isn't something idiosyncratic in our use of DocBook. I can think of two ways to do this. The first is more generic and would free you...
by dcramer
Tue Jan 25, 2011 5:37 pm
Forum: Feature Request
Topic: Reload settings file
Replies: 2
Views: 2496

Re: Reload settings file

Hi Adrian, Thanks for that information. I can see how things are intended to work and can probably adapt my system to it since this use of the External Tools feature is not long-term. I serve as the tools developer for our group. Most of the writers don't want or need to think much about how Oxygen ...
by dcramer
Tue Jan 25, 2011 7:24 am
Forum: Common Problems
Topic: Inserting an informalfigure in DocBook
Replies: 7
Views: 3418

Inserting an informalfigure in DocBook

Hi there, As far as I can tell, the Insert Graphic action doesn't allow you to insert an informalfigure and also doesn't allow you to insert a figure within a paragraph. There are times when you want to have a single paragraph with a figure in the middle: <para>Blah blah <figure>...</figure> more te...
by dcramer
Mon Jan 24, 2011 6:13 pm
Forum: Common Problems
Topic: Can't add an xlink:href to a link in DocBook 5 in Oxygen 12
Replies: 7
Views: 6103

Re: Can't add an xlink:href to a link in DocBook 5 in Oxygen 12

Hi Radu, I've discovered the problem: the xlink ns is there if you insert the link using the menu, but not if you use the content completion mechanism. What you have to do is add the link action to the content completion and element list and then filter the link element from all of those. Then it wo...
by dcramer
Mon Jan 24, 2011 7:36 am
Forum: Other Issues
Topic: Where are /images/Italic20.gif etc.?
Replies: 3
Views: 1889

Where are /images/Italic20.gif etc.?

Hi there, I notice in the Document Type Association editing window where you configure Actions, there are references to icons that appear in the toolbars in the GUI like "/images/Italic20.gif". However, I can't find any of those images in the Oxygen installation directory. I wanted to look...
by dcramer
Sun Jan 23, 2011 8:09 pm
Forum: Feature Request
Topic: Reload settings file
Replies: 2
Views: 2496

Reload settings file

Hi there, This is related to http://www.oxygenxml.com/forum/topic5235.html and has three parts: First, I have an build.xml and xslt that massages the .com.oxygenxml/oxyAuthorOptionsSa12.1.xml file to change certain configuration options that I want to manage centrally. For example, I might configure...
by dcramer
Sat Jan 22, 2011 7:36 pm
Forum: Common Problems
Topic: Can't add an xlink:href to a link in DocBook 5 in Oxygen 12
Replies: 7
Views: 6103

Re: Can't add an xlink:href to a link in DocBook 5 in Oxygen 12

Hi Radu,
I noticed on the rss feed that for Build ID 2011012011 it says "Now the XLink namespace is declared by default when inserting an image in a DocBook 5 document edited in Author mode." However when I upgraded tested it, the behavior is as it was before.

Thanks,
David
by dcramer
Tue Jan 18, 2011 9:35 pm
Forum: Common Problems
Topic: Can't add an xlink:href to a link in DocBook 5 in Oxygen 12
Replies: 7
Views: 6103

Re: Can't add an xlink:href to a link in DocBook 5 in Oxygen 12

Thanks Radu. I'll keep an eye on that rss feed and add the declaration to my sources in the mean time.

David
by dcramer
Tue Jan 18, 2011 12:20 am
Forum: Common Problems
Topic: Can't add an xlink:href to a link in DocBook 5 in Oxygen 12
Replies: 7
Views: 6103

Re: Can't add an xlink:href to a link in DocBook 5 in Oxygen 12

Ok, the moment I hit send, it occurred to me what was wrong. I have to have xmlns:xlink="http://www.w3.org/1999/xlink" on some ancestor element for it to work. That's ok, but as a feature request would it be possible to have the Attribute View mechanism just add the namespace to the link e...
by dcramer
Tue Jan 18, 2011 12:15 am
Forum: Common Problems
Topic: Can't add an xlink:href to a link in DocBook 5 in Oxygen 12
Replies: 7
Views: 6103

Can't add an xlink:href to a link in DocBook 5 in Oxygen 12

Hi there, I'm probably missing something simple, but I can't seem to enter a hyperlink to a url in DocBook 5.x using the Author view. In Oxygen 12.0 (and 12.1), in a DocBook 5.x document when I insert a <link> element, Oxygen correctly flags it as invalid because I haven't yet entered an attribute l...
by dcramer
Mon Nov 29, 2010 9:44 pm
Forum: Other Issues
Topic: Opening included file from including content
Replies: 9
Views: 4267

Re: Opening included file from including content

Indeed it does. I thought that was just for opening a file name from the text editor and didn't realize it would open an xincluded file too.

Thanks!
David
by dcramer
Sun Nov 21, 2010 9:39 am
Forum: Other Issues
Topic: Opening included file from including content
Replies: 9
Views: 4267

Opening included file from including content

Hi there, Say you have book.xml which xincludes a lengthy chapter_01.xml and several other chapter files. Say you have book.xml opened. You have scrolled down to a specific sentence in chapter_01.xml and realize you want to edit it. To do this, as far as I can tell, you must currently,: 1. Scroll up...
by dcramer
Wed Nov 03, 2010 4:22 pm
Forum: Common Problems
Topic: Associating a RelaxNG schema with a framework by version
Replies: 5
Views: 2841

Re: Associating a RelaxNG schema with a framework by version

Thanks George for that quick reply. I'll give it a shot.

David
by dcramer
Tue Nov 02, 2010 10:45 pm
Forum: Common Problems
Topic: Associating a RelaxNG schema with a framework by version
Replies: 5
Views: 2841

Associating a RelaxNG schema with a framework by version

Hi there, I've created a customization of the DocBook 5.0 schema and, following the advice of DocBook V5.0, The Transition Guide, http://www.docbook.org/docs/howto/#cust-naming , I'm using the version attribute to distinguish instances of my documents from straight DocBook documents: <book xmlns=&qu...
by dcramer
Mon Sep 27, 2010 8:20 pm
Forum: XML Schemas
Topic: Constraining attr value in DocBook rng schema customization
Replies: 2
Views: 2692

Re: Constraining attr value in DocBook rng schema customization

Never mind. I figured out that overrides have to be children of the <include> of the schema you're including and overriding. That makes perfect sense now that I get it...much better than the DTD way.

Sorry for the noise,
David
by dcramer
Sun Sep 26, 2010 7:55 pm
Forum: XML Schemas
Topic: Constraining attr value in DocBook rng schema customization
Replies: 2
Views: 2692

Constraining attr value in DocBook rng schema customization

Hi there, I'm trying to create a customization layer for the DocBook 5.0 rng schema in which I constrain the legal values for the security attribute to an enumerated set of values. From tutorials I've read it seems I'm supposed to redefine db.security.attribute as follows: <define name="db.secu...
by dcramer
Wed Sep 22, 2010 10:16 pm
Forum: Other Issues
Topic: Differences between Eclipse version and standalong version
Replies: 9
Views: 3292

Re: Differences between Eclipse version and standalong version

Thanks for the background information Adrian.

David
by dcramer
Wed Sep 15, 2010 4:09 pm
Forum: Other Issues
Topic: Differences between Eclipse version and standalong version
Replies: 9
Views: 3292

Re: Differences between Eclipse version and standalong version

Hi there, I got around to looking at this more closely and comparing the versions side-by-side. Let me first say that the Find->Find/Replace in Files dialog in the Standalone version is a wonderful thing and really distinguishes oXygen from other wisywoo XML editors. From what I can tell, the Eclips...
by dcramer
Mon Sep 13, 2010 2:32 pm
Forum: Other Issues
Topic: Differences between Eclipse version and standalong version
Replies: 9
Views: 3292

Re: Differences between Eclipse version and standalong version

Ok, thanks. I'm happy to hear that the goal is that the versions be functionally identical. I also have a related question: The oxygen settings for the standalone versions are stored in oxyOptionsSa12.0.xml C:\Documents and Settings\<username>\Application Data\com.oxygenxml (or on Windows 7 under C:...
by dcramer
Mon Sep 13, 2010 5:20 am
Forum: Other Issues
Topic: Differences between Eclipse version and standalong version
Replies: 9
Views: 3292

Re: Differences between Eclipse version and standalong version

Ok, I think all the searching functionality is there in the Eclipse version, just in different places. I found in the help for the Eclipse version the following, but it doesn't seem to work for me (using CTRL - Function - + on my laptop since the Numeric Keypad is only available via the fn key). &qu...
by dcramer
Sat Sep 11, 2010 10:54 pm
Forum: Other Issues
Topic: Differences between Eclipse version and standalong version
Replies: 9
Views: 3292

Re: Differences between Eclipse version and standalong version

Btw., after posting that I discovered the Search menu in Eclipse. It have some of the functionality but doesn't seem to be quite the same thing.

Thanks,
David
by dcramer
Sat Sep 11, 2010 6:06 pm
Forum: Other Issues
Topic: Differences between Eclipse version and standalong version
Replies: 9
Views: 3292

Differences between Eclipse version and standalong version

Hi there, I'm comparing the Eclipse version of oXygen 12 beta and the standalone. They seem very similar, but I there are a couple differences I see: * Find/Replace in the Eclipse version is less powerful than in the standalone oXygen. * Editor text zoom. In the full eclipse you can change the edito...