[oXygen-user] Feature Request: keyref completion for XSD

2005-06-21 Thread Eliot Kimber
It would be really handy if oXygen could provide completion for keyref values. Thanks, Eliot -- W. Eliot Kimber Professional Services Innodata Isogen 9390 Research Blvd, #410 Austin, TX 78759 (512) 372-8155 [EMAIL PROTECTED] www.innodata-isogen.com

[oXygen-user] Working with Catalogs

2005-09-30 Thread Eliot Kimber
verbose trace It's also not clear what these catalog trace messages are telling me: Description: Public: null System: http://dita.oasis-open.org/DITA/version.1.0/topic.dtd = null In particular, what the final "null" is indicating--does that indicate that the file to which the U

Re: [oXygen-user] Working with Catalogs

2005-09-30 Thread Eliot Kimber
Eliot Kimber wrote: I'm running into several problems. In all cases, I have set the catalog options to not use the default catalogs and I only list one top-level catalog, which then uses elements to point to subordinate catalogs that do the actual mapping, i.e.: Follow up: Usin

Re: [oXygen-user] Working with Catalogs

2005-10-03 Thread Eliot Kimber
values via SYSTEM catalog entries and not URI entries. I don't think this is correct given that noNamespaceSchemaLocation and schemaLocation are not entity references but are references to non-entity resources. They should be resolved via URI entries exclusively. Cheers, Eliot

Re: [oXygen-user] Working with Catalogs

2005-10-03 Thread Eliot Kimber
Eliot Kimber wrote: That is, I was hoping that the entity resolution would work as follows: Step 1: resolve system ID "http://dita.oasis-open.org/DITA/version.1/topic.dtd"; to URI "http://dita.oasis-open.org/DITA/version.1.0/topic.dtd"; Step 2: try to reslve URI

Re: [oXygen-user] Working with Catalogs

2005-10-04 Thread Eliot Kimber
ng uri mappings requires usage of parser specific support, in our case working at XNI (Xerces Native Interface) level. Hmm, OK. I'm not sure what this means at the implementation level, but I assume this means that you've got to use a tighter binding to the parser. Cheers, E. -- W. Eliot

Re: [oXygen-user] Working with Catalogs

2005-10-05 Thread Eliot Kimber
to find where in the the Xerces code it is resolve schema locations as system IDs rather than URI calls. I think the correct solution is to fix the code at the parser level, so I don't think there's anything oXygen needs to do or could reasonably do about this. Cheers, E. -- W. Eliot Ki

Re: [oXygen-user] Working with Catalogs

2005-10-05 Thread Eliot Kimber
just now. It looks like I may have to experiment with writing my own XMLEntityResolver implementation in order to implement my desired recursive and fallback catalog resolution behaviors. Cheers, Eliot -- W. Eliot Kimber Professional Services Innodata Isogen 9390 Research Blvd, #410

Re: [oXygen-user] Working with Catalogs

2005-10-10 Thread Eliot Kimber
Eliot Kimber wrote: Yes, I've been digging into the code and I have a first stab at a fix. What I've done is extended the XMLEntityResolver interface to add a resolveResourceByUri() method which does nothing but try to resolve the system ID value using the resolver's reso

Re: [oXygen-user] Working with Catalogs

2005-10-11 Thread Eliot Kimber
esolved through the catalog, albeit via the wrong kind of entries, so I must be missing something somewhere. Anyway, I'm sure I'll figure it out eventually. Thanks for the help. Cheers, Eliot -- W. Eliot Kimber Professional Services Innodata Isogen 9390 Research Blvd, #410 Austin

[oXygen-user] Namespace Declaration Hiding

2006-02-10 Thread Eliot Kimber
would definitely be disruptive and annoying. Cheers, E. -- W. Eliot Kimber Professional Services Innodata Isogen 9390 Research Blvd, #410 Austin, TX 78759 (512) 372-8841 [EMAIL PROTECTED] www.innodata-isogen.com ___ oXygen-user mailing list oXyge

Re: [oXygen-user] Namespace Declaration Hiding

2006-02-13 Thread Eliot Kimber
within the tag text. Anyway, the requirement is out there for what it's worth. Cheers, E. -- W. Eliot Kimber Professional Services Innodata Isogen 9390 Research Blvd, #410 Austin, TX 78759 (512) 372-8841 [EMAIL PROTECTED] www.innodata-isoge

[oXygen-user] Using Catalogs with Saxon8B XQuery Processor

2007-08-19 Thread Eliot Kimber
to make it work with my catalogs. Thanks, Eliot W. Eliot Kimber Senior Solutions Architect Really Strategies, Inc. 512 554 9368 ___ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user

RE: [oXygen-user] Using Catalogs with Saxon8B XQuery Processor

2007-08-22 Thread Eliot Kimber
Cool--that works great. Thanks, E. W. Eliot Kimber Senior Solutions Architect Really Strategies, Inc. 512 554 9368 > -Original Message- > From: [EMAIL PROTECTED] [mailto:oxygen-user- > [EMAIL PROTECTED] On Behalf Of Sorin Ristache > Sent: Tuesday, August 21, 2007 1

[oXygen-user] Oxygen 8.2: File navigation dialogs very slow

2007-09-21 Thread Eliot Kimber
what might cause this or how I can diagnose it? I've tried closing and restarting Oxygen of course. Cheers, E. W. Eliot Kimber Senior Solutions Architect Really Strategies, Inc. 512 554 9368 ___ oXygen-user mailing list oXygen-user@oxy

RE: [oXygen-user] Oxygen 8.2: File navigation dialogs very slow

2007-09-24 Thread Eliot Kimber
Nope, running 1.5.0_12b04. Cheers, E. W. Eliot Kimber Senior Solutions Architect Really Strategies, Inc. 512 554 9368 > -Original Message- > From: [EMAIL PROTECTED] [mailto:oxygen-user- > [EMAIL PROTECTED] On Behalf Of Sorin Ristache > Sent: Monday, September 24, 2007

RE: [oXygen-user] Oxygen 8.2: File navigation dialogs very slow

2007-09-24 Thread Eliot Kimber
I did not have any zip files on the desktop but the problem seems to have resolved itself. I will assume it was an issue with some network-connected file system. Cheers, E. W. Eliot Kimber Senior Solutions Architect Really Strategies, Inc. 512 554 9368

[oXygen-user] Implementing a URI Protocol Handler Plugin

2007-10-22 Thread Eliot Kimber
Java GUI programming). Thanks, Eliot -- W. Eliot Kimber Senior Solutions Architect Really Strategies, Inc. "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.reallysi.com www.rsuitecms.com Sent using the Microsoft Ent

[oXygen-user] Plugin Development: How to Turn On Logging?

2007-10-26 Thread Eliot Kimber
For debugging, I want to turn on the Log4J logging I have in my plugin components. How exactly do I do this for a plugin? Thanks, Eliot -- W. Eliot Kimber Senior Solutions Architect Really Strategies, Inc. "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.re

Re: [oXygen-user] Plugin Development: How to Turn On Logging?

2007-10-29 Thread Eliot Kimber
perties file that I use during development that turns on debug-level messages. Do I need to put that file somewhere? Thanks, Eliot -- W. Eliot Kimber Senior Solutions Architect Really Strategies, Inc. "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.real

[oXygen-user] Plugin Failure at Startup When Used In Previous Editing Session

2007-10-31 Thread Eliot Kimber
ng any messages from any other components of my plug-in so I'm not sure what I should be doing to prevent this failure. Thanks, Eliot -- W. Eliot Kimber Senior Solutions Architect Really Strategies, Inc. "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.r

Re: [oXygen-user] Plugin Failure at Startup When Used In Previous Editing Session

2007-10-31 Thread Eliot Kimber
change in behavior after resetting the global options. Cheers, E. -- W. Eliot Kimber Senior Solutions Architect Really Strategies, Inc. "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.reallysi.com www.rsuitecms.com Sent using the

Re: [oXygen-user] Plugin Failure at Startup When Used In Previous Editing Session

2007-10-31 Thread Eliot Kimber
> later today or tomorrow. > In the meanwhile please close the file before closing oXygen to avoid > this problem. Cool (that you'll be providing a fix). I'm coding against 8.2 at the moment. Cheers, E. -- W. Eliot Kimber Senior Solutions Architect Really Strategies, Inc. &q

[oXygen-user] Protocol Handler Plugin

2007-10-31 Thread Eliot Kimber
ific properties of the file, such as its validation status, so that I can prevent commit of invalid or non-well-formed docs. Obviously I can do those checks in my own code, but Oxygen already knows (or can know) those things. Thanks, Eliot -- W. Eliot Kimber Senior Solutions Architect Really Strategie

Re: [oXygen-user] Plugin Failure at Startup When Used In Previous Editing Session

2007-11-02 Thread Eliot Kimber
upgraded to 9 automatically? If not then this bug would need to be fixed in 8.2 as well. Cheers, E. -- W. Eliot Kimber Senior Solutions Architect Really Strategies, Inc. "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.reallysi.com www.rsuitecms.com Sent

Re: [oXygen-user] Plugin Failure at Startup When Used In Previous Editing Session

2007-11-05 Thread Eliot Kimber
On 11/5/07 11:09 AM, "Sorin Ristache" <[EMAIL PROTECTED]> wrote: > Hello, > > The new maintenance build of oXygen 8.2 is available on the Software > Archive page of the oXygen website: Cool--that fixes my bug. Thanks, E. -- W. Eliot Kimber Senior Solutions Arch

[oXygen-user] URI Handler Question: Escaping/Unescaping URIs

2007-11-05 Thread Eliot Kimber
ange them to "%20" then you get spaces, which is what I want. What is the right/best way to handle the escaping and unescaping in this environment? Thanks, Eliot -- W. Eliot Kimber Senior Solutions Architect Really Strategies, Inc. "Bringing Strateg

Re: [oXygen-user] URI Handler Question: Escaping/Unescaping URIs

2007-11-06 Thread Eliot Kimber
r). Example: > > In your chooseURL() method: > > URL url = URLUtil.correct(new URL(urlString)); Cool, just what I needed. Thanks, E. -- W. Eliot Kimber Senior Solutions Architect Really Strategies, Inc. "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770

[oXygen-user] Problem with Plugin-Specific Dialog During Save

2007-11-06 Thread Eliot Kimber
I do "ctrl+s" to save then sometimes my dialog comes up under the progress dialog and I can't figure out any way to bring it to the front. I tried doing this: CommitDialog.toFront(); CommitDialog.setVisible(true); But it appeared to have no effect; Is there a solution to this?

[oXygen-user] Selectively Locking Elements in the Editor

2007-11-06 Thread Eliot Kimber
. Lock the content but not the attributes of an element. Thanks, Eliot -- W. Eliot Kimber Senior Solutions Architect Really Strategies, Inc. "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.reallysi.com www.rsuitecms.com Sent using the Microsoft Entourage 20

Re: [oXygen-user] Problem with Plugin-Specific Dialog During Save

2007-11-07 Thread Eliot Kimber
(HTTP, HTTPS, FTP, etc). This allows you to control the display of your own progress dialog if such a dialog is needed for a custom protocol. I just had this problem happen using the save button so I think I'll need this fix before I can release my plugin. Cheers, Eliot -- Eliot Kimber S

Re: [oXygen-user] Problem with Plugin-Specific Dialog During Save

2007-11-08 Thread Eliot Kimber
? Thanks, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.reallysi.com www.rsuitecms.com ___ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.c

Re: [oXygen-user] Selectively Locking Elements in the Editor

2007-11-09 Thread Eliot Kimber
s of an element. Inverse of 3, for completeness. Might allow updating attribute-based metadata without danger of changing content. Cheers, E. -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.reall

[oXygen-user] Validation of no-namespace Schema-based Document

2007-11-10 Thread Eliot Kimber
;urn:simpletest.gidi.org simpletest.xsd"> Is it possible to use catalogs to remap non-absolute URIs in this way or must I use absolute URIs for the schema location value? Thanks, E. -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology To

Re: [oXygen-user] Validation of no-namespace Schema-based Document

2007-11-10 Thread Eliot Kimber
Eliot Kimber wrote: Is it possible to use catalogs to remap non-absolute URIs in this way or must I use absolute URIs for the schema location value? Follow up: I verified that an absolute URI is resolved via a catalog for both namespace and no-namespace cases, e.g

[oXygen-user] Moving Elements in the Outline View : How To Move Nested Element Out

2007-12-18 Thread Eliot Kimber
r particularly convenient way to do this sort of structural rearranging. Thanks, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.reallysi.com www.rsuitecms.com ___

Re: [oXygen-user] Moving Elements in the Outline View : How To Move Nested Element Out

2007-12-19 Thread Eliot Kimber
thought to just drop my selection onto an element and have it go someplace--I was looking for an explicit insertion point indicator. Cheers, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.reallysi.com www.r

[oXygen-user] Autoinsertion of Child Elements Leaves Cursor in Wrong Place

2007-12-19 Thread Eliot Kimber
ion of the doctype-specific configuration or general behavior of the editor? Thanks, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.reallysi.com www.rsuitecms.com ___

[oXygen-user] Feature Request: button/keystroke to Untag An Element

2007-12-19 Thread Eliot Kimber
I often want to remove a containing element from around one or more child elements. I'm not seeing a direct way to do that in Author. I'd like it to be bound to a keystroke by default and, if possible, on a toolbar button. Cheers, Eliot -- Eliot Kimber Senior Solutions Architect

[oXygen-user] Feature Request: Keystroke to Select Element Content

2007-12-19 Thread Eliot Kimber
uthor mode. Thanks, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.reallysi.com www.rsuitecms.com ___ oXygen-user mailing list oXygen-user@oxygenxml.com http://ww

Re: [oXygen-user] Moving Elements in the Outline View : How To Move Nested Element Out

2007-12-19 Thread Eliot Kimber
Eliot Kimber wrote: I would never have intuitively thought to just drop my selection onto an element and have it go someplace--I was looking for an explicit insertion point indicator. I've done a little more reorganization work using the tree view and the drop on collapsed/uncollapsed

[oXygen-user] How To: Use Trang with Catalog-Based Resolution (DTD-to-Schema)

2008-01-03 Thread Eliot Kimber
ook in the catalogs? Thanks, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.reallysi.com www.rsuitecms.com ___ oXygen-user mailing list oXygen-user@oxygenxml.com http

[oXygen-user] Feature Request: Remember parameters to trang converter

2008-01-04 Thread Eliot Kimber
e specific files. Would it be possible to have the dialog remember the last values used or default to the directories used for input and output? Thanks, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Main: 610.631.6

Re: [oXygen-user] How To: Use Trang with Catalog-Based Resolution (DTD-to-Schema)

2008-01-04 Thread Eliot Kimber
local shells into a single directory, but a more general solution will be welcome. Cheers, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.reallysi.com www.rsuitecms.com ___

Re: [oXygen-user] Feature Request: Remember parameters to trang converter

2008-01-04 Thread Eliot Kimber
ting input from one directory and putting output to a different directory not anywhere near the input directory. So there was a lot of clicking around to navigate back to the output file having selected the input file. Cheers, E. -- Eliot Kimber Senior Solutions Architect "Bringing Strateg

[oXygen-user] Bug? Message Window Goes Away After Opening Transform Result

2008-01-04 Thread Eliot Kimber
On second runs, where the result is already open, if I say "no" to the "file changed" dialog, then the message window remains and I can see the messages. Cheers, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technolog

[oXygen-user] Feature Request: Refactor: Create New Document

2008-01-04 Thread Eliot Kimber
It would be handy to have a "create document from element" refactor, as well as a "create document and replace with {xref|conref|xinclude}" depending on your document type context. Cheers, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content

[oXygen-user] How To Apply Saxon XQuery to Input Document of Transformation Scenario

2008-01-10 Thread Eliot Kimber
alue). I think this works because Saxon uses the value of the -s parameter as the value of the query's context node (which is accessed using "."). It would be useful to have an example of this in the online help for running XQueries using Saxon. Cheers, E. -- Eliot Kimber S

[oXygen-user] Can't Apply XQuery Scenario From Document Window

2008-01-10 Thread Eliot Kimber
obably not the normal way to use XQuery, but in this case I wrote a query that analyzes a single document and just want to apply it to a doc without having to re-edit the scenario. Cheers, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology

[oXygen-user] Scripting a set of search and replace actions

2008-01-12 Thread Eliot Kimber
t I'm repeating the process enough times that I'd like to capture part of it. What I'd like to be able to do is save a sequence of search and replace actions that I can then easily load and re-apply. Is there a way to do that today? Thanks, Eliot -- Eliot Kimber Senior Solution

Re: [oXygen-user] Scripting a set of search and replace actions

2008-01-14 Thread Eliot Kimber
Andrew Welch wrote: On 12/01/2008, Eliot Kimber <[EMAIL PROTECTED]> wrote: I'm using Oxygen to do quick-and-dirty data conversion that requires applying the same set of search and replace actions to different files. ... What I'd like to be able to do is save a sequence of se

[oXygen-user] Strange Results from XSD Documentation Generator

2008-01-14 Thread Eliot Kimber
ed schema. Any idea what might be going on? I can provide the XSD I'm processing. Cheers, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.reallysi.com www.rsuitecms.com _

Re: [oXygen-user] Strange Results from XSD Documentation Generator

2008-01-14 Thread Eliot Kimber
Eliot Kimber wrote: I have not specified a links file because it shouldn't be need since I'm only processing one flattened schema. I just noticed that if I select "Generate documentation for included and imported schemas" the the links file field is *deactivated* but

[oXygen-user] Configuring Document Templates

2008-01-16 Thread Eliot Kimber
templates organized, each distinct map and topic type is in its own directory and has a templates/ directory beneath it. Have I missed something? Cheers, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Main: 610.631.6

[oXygen-user] Entering Paragraphs in DITA Content

2008-01-23 Thread Eliot Kimber
it's important that double enter always result in paragraph, as that's the way most people are conditioned, both by word processors and by other XML editors. Cheers, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Main: 610.

Re: [oXygen-user] Entering Paragraphs in DITA Content

2008-01-23 Thread Eliot Kimber
Eliot Kimber wrote: I'm using OxygenXML for some heads-down authoring of DITA-based content. I had gotten used to being able to do enter/enter to get a element in body content. However, after I entered a few elements, pre started coming to the top of the list, which broke my conditi

Re: [oXygen-user] Strange Results from XSD Documentation Generator

2008-01-24 Thread Eliot Kimber
Sorin Ristache wrote: Thank you for the files. I logged the two bugs in our internal system for a future version of oXygen. Is there any workaround for the bugs? Since I"m generating the XSDs I could possibly do whatever is needed to avoid the problem. Thanks, Eliot -- Eliot Kimber S

[oXygen-user] Ant Setup for Generating Schema Documentation?

2008-01-24 Thread Eliot Kimber
octypes at once. Thanks, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.reallysi.com www.rsuitecms.com ___ oXygen-user mailing list oXygen-user@oxygenxml.com http://

[oXygen-user] Rename Element Does Not Trigger Format Update

2008-01-26 Thread Eliot Kimber
text mode and come back to author mode the formatting is of course reflected correctly. Cheers, E. -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.reallysi.com www.rsuitecms.com __

[oXygen-user] Big Graphic Causes "Restart with more memory" Loop

2008-01-28 Thread Eliot Kimber
ly killed the app. This is definitely a case that needs to be trapped and either the graphic not shown or downsampled to a displayable size. Cheers, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.reallysi.c

Re: [oXygen-user] Big Graphic Causes "Restart with more memory" Loop

2008-01-29 Thread Eliot Kimber
ssage box and then quit Oxygen. However, if I switch back to the original doc, I'm back in the message loop. Cheers, E. -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.re

Re: [oXygen-user] Big Graphic Causes "Restart with more memory" Loop

2008-01-30 Thread Eliot Kimber
not load it and provide some indicator that the picture is too big to show. I suppose you could span a new JVM to do downsampling to make it viewable but that hardly seems worth the effort. Cheers, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Techn

Re: [oXygen-user] XSD, catalog and PUBLIC IDs

2008-01-31 Thread Eliot Kimber
hopefully) any other parser you would use URI entries in the catalog to map the absolute URIs to local files. Also, as Sorin said, you can map namespaces to schemas, assuming your documents use namespaces. Cheers, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy

[oXygen-user] Reporting of Imported/Included XSLT Component in Error Messages

2008-02-04 Thread Eliot Kimber
ype of the parameter. Thanks, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.reallysi.com www.rsuitecms.com ___ oXygen-user mailing list oXygen-user@oxygenxml.com http

Re: [oXygen-user] Reporting of Imported/Included XSLT Component in Error Messages

2008-02-07 Thread Eliot Kimber
Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.reallysi.com www.rsuitecms.com ___ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/

[oXygen-user] Feature Request: Allow Insertion of Inline Markup Within CDATA Marked Sections in Author Mode

2008-02-29 Thread Eliot Kimber
Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.reallysi.com www.rsuitecms.com ___ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/

Re: [oXygen-user] Feature Request: Allow Insertion of Inline Markup Within CDATA Marked Sections in Author Mode

2008-02-29 Thread Eliot Kimber
Eliot Kimber wrote: This may not be either doable or worth the effort, but in doing markup samples for DTD documentation, I've started using CDATA marked sections to hold the examples and then breaking them to insert pairs around parts of the example, e.g.: On second thought, th

[oXygen-user] How Does Oxygen Validate This Dublin Core Schema?

2008-03-07 Thread Eliot Kimber
who need to refer to all the elements in the http://purl.org/dc/elements/1.1/ namespace. This complexType is included as a convenience for schema authors who need to define a root or container element for all of the DC elements.

Re: [oXygen-user] How Does Oxygen Validate This Dublin Core Schema?

2008-03-10 Thread Eliot Kimber
actly what the problem is--must be a class loader problem. This is in the context of a Web app served by Tomcat so it's hard to debug the issue. Thanks for confirming that the code *should* work. Cheers, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content,

[oXygen-user] Confusing Message When Schema Cannot Be Found

2008-03-10 Thread Eliot Kimber
schema or DTD associated with the document". But what it really needed to say is "cannot find schema at schema location "urn:foo:/schemas/test.xsd". I thought it was complaining about the form of my schema attributes. Cheers, Eliot -- Eliot Kimber Senior Solutions Architect "

[oXygen-user] Regular Expression That Matches Across Newlines?

2008-03-26 Thread Eliot Kimber
ing the text between the initial "." and the "?". Is this possible with Oxygen? I can't figure it out. Thanks, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together"

Re: [oXygen-user] Regular Expression That Matches Across Newlines? (Solved)

2008-03-26 Thread Eliot Kimber
Eliot Kimber wrote: Is the following possible using a regex search and replace? I have data that looks like this: 1. Some text? blah blah 2. Some more text second line? blah blah What I want to do is match on everything from the start of lines starting with "[0-9]+\." t

Re: [oXygen-user] Feature requests

2008-03-27 Thread Eliot Kimber
7;ll second that. That and block-mode are two of the key features I still keep Textpad around for. Cheers, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.reallysi.com www.rsuitecms.com _

[oXygen-user] No Button for Xref Creation in 9.2

2008-05-07 Thread Eliot Kimber
I notice that there's a toolbar button for creating content references but no button for creating xrefs--would it be possible to add one? Or have I missed a configuration option? Thanks, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Toge

Re: [oXygen-user] No Button for Xref Creation in 9.2

2008-05-07 Thread Eliot Kimber
rences to find ID's in files. > We will probably make this improvement in a future version. Ah, I see it now. I was expecting a dedicated button parallel with the conref button, but the combo button makes sense. Yes, having a dialog to select the target is what I was looking for. Thanks,

[oXygen-user] Map Editor: New Topicrefs Have Scope="peer"

2008-05-14 Thread Eliot Kimber
t, will be below the map's location (I can't think of any other way it would presume to guess whether a referenced topic is local or a peer). Alternatively, it should always take any relative path to be a local reference and any absolute path to be a peer path. Cheers, Eliot -- Eliot K

Re: [oXygen-user] Map Editor: New Topicrefs Have Scope="peer"

2008-05-14 Thread Eliot Kimber
On 5/14/08 3:18 PM, "Eliot Kimber" <[EMAIL PROTECTED]> wrote: > Alternatively, it should always take any relative path to be a local > reference and any absolute path to be a peer path. Actually, it should not set scope= at all unless a specific value is requested (th

[oXygen-user] Feature Request: Drag Tabs to Project and DITA Map Views

2008-05-15 Thread Eliot Kimber
add it to map without having to go through the "add topicref" process. Cheers, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.reallysi.com www.rsuitecms.com ___

[oXygen-user] Feature Request: Combo List of Common non-ASCII Characters

2008-05-16 Thread Eliot Kimber
characters are not available (as far as I know). Anyway, it would be nice to have a configurable pulldown on the tool bar that can be loaded with some number of characters for quick insertion. Would also be handy for authoring equations and whatnot. Cheers, Eliot -- Eliot Kimber Senior Solutions

Re: [oXygen-user] More Java memory errors with oXygen 9.2

2008-05-19 Thread Eliot Kimber
. Is there a way to get better measurements or instrument Oxygen to prove or disprove this impression? Cheers, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.reallysi.com www.rsuitecms.com

Re: [oXygen-user] More Java memory errors with oXygen 9.2

2008-05-19 Thread Eliot Kimber
ors? You can also try increasing > the memory to 300, 400, 500 MB. I will try those settings. I definitely do switch in and out of text and author mode--that's one of the compelling features of Oxygen compared to all other XML editors. Cheers, Eliot -- Eliot Kimber Senior Solution

[oXygen-user] Feature Request: Groovy Language Support

2008-05-20 Thread Eliot Kimber
rs, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.reallysi.com www.rsuitecms.com ___ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mai

[oXygen-user] Feature Request: Collapse All/Expand All/Expand One Level in DITA Map View

2008-05-22 Thread Eliot Kimber
ion for opening maps. I'm not sure if it would be practical to remember the expansion state of the map on save, probably not, but that would be handy too. Cheers, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Main:

Re: [oXygen-user] Feature Request: Collapse All/Expand All/Expand One Level in DITA Map View

2008-05-23 Thread Eliot Kimber
vel). It is the triple click behavior that is particularly handy for navigating efficiently in large trees because it saves having to go around and collapse a bunch of nodes you don't care about any more. Cheers, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content,

[oXygen-user] Setting up and configuring the Idiom FO Plugin in 9.2

2008-05-23 Thread Eliot Kimber
that the target directory exists on the machine(s) used to test Oxygen? I would have never noticed the problem if I had kept my 1.4.1 Toolkit around. Thanks, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Mai

[oXygen-user] Unchecking "Use default catalog" Does Not Stop Framework's Catalog From Being Used

2008-05-28 Thread Eliot Kimber
nces to the standard DITA declaration sets are resolving to the framework location. Is my expectation of how "use default catalog" should work correct or is there another way to disable use of the framework catalogs? Thanks, Eliot -- Eliot Kimber Senior Solutions Architect &q

[oXygen-user] Map Editor Should Remember Last Directory Used for Topicrefs

2008-05-29 Thread Eliot Kimber
it's the likely case that authors will be linking to topics in the last directory they linked from. Would be convenient if the map editor remembered this directory. Cheers, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Mai

[oXygen-user] Code Templates for Author Mode

2008-06-02 Thread Eliot Kimber
I set up a code template to create a DITA draft comment. This works in text mode but not in Author mode. Is there the equivalent for author mode? I didn't see anything that suggested a way to do it for author mode. Cheers, Eliot -- Eliot Kimber Senior Solutions Architect "Bringin

Re: [oXygen-user] Map Editor Should Remember Last Directory Used for Topicrefs

2008-06-02 Thread Eliot Kimber
e dialog box every single time > you add a new ref. Serna has this behavior and it's much easier to work > with, in my opinion. I agree--it's quite nice for organizing a set of existing topics into a new navigation hierarchy. Cheers, Eliot -- Eliot Kimber Senior Solutions Archite

Re: [oXygen-user] Code Templates for Author Mode

2008-06-03 Thread Eliot Kimber
ction for that. > You can check out the other actions (like Bold, Italic) to see how this > is done. Cool--was able to create an action and bind it to a shortcut key to insert a draft comment. Cheers, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Cont

[oXygen-user] Feature Request: Set Title from Navtitle When Creating New Doc from Map Manager

2008-06-05 Thread Eliot Kimber
equired subelements of topic. Cheers, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.reallysi.com www.rsuitecms.com ___ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user

[oXygen-user] Feature Request: Open XML Package files (e.g., .docx, NIMAS, MARS, etc.) as projects

2008-06-06 Thread Eliot Kimber
this could be generalized for Zip files of any sort, not just those that contain primarily XML or that are expected to have an XML doc as their root/manifest file. Cheers, Eliot -- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Mai

[oXygen-user] Handling Asian Characters in UI and Editor

2008-06-18 Thread Eliot Kimber
could automatically apply appropriate fonts for characters in well-known character ranges (e.g., applying Arial Unicode MS or Sim Hei to characters in the unified ideograph range under Windows, for example). Not sure how practical this is but it would be nice. Cheers, Eliot Eliot Kimber | S

[oXygen-user] Way to Open Files that Start with "." on OS X/Linux?

2008-06-26 Thread Eliot Kimber
rules). I can open the file from the command line of course, but is there a way to access such files via the normal file chooser? Thanks, Eliot Eliot Kimber | Senior Solutions Architect | Really Strategies, Inc. email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> office: 610.631.6770

Re: [oXygen-user] Add to Project

2008-07-25 Thread Eliot Kimber
he drag & drop choice just feels right. > Thanks, I would also like this for adding files to open archives. For example, I'm testing a transform to modify DOCX files and it would be convenient to be able to replace the existing archive's document.xml file with the one I've gene

Re: [oXygen-user] DITA Feature Request -- Insert href to files

2008-08-22 Thread Eliot Kimber
ly create the appropriate relative path. Not quite as convenient as you're asking for, but better than typing by hand. Cheers, Eliot Eliot Kimber | Senior Solutions Architect | Really Strategies, Inc. email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> office: 610.631.6770 | cell

[oXygen-user] Can Tag Indent Be Configured On a Per-DTD/Per-Namespace Basis?

2008-11-05 Thread Eliot Kimber
nce in the case of CS3 INCX, the documents are in no namespace but do have a distinct extension (.incx). Cheers, Eliot ---- Eliot Kimber | Senior Solutions Architect | Really Strategies, Inc. email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> office: 610.631.6770 | cell: 512.554.9368 2

Re: [oXygen-user] Can Tag Indent Be Configured On a Per-DTD/Per-Namespace Basis?

2008-11-06 Thread Eliot Kimber
eseable future, the markup is not what you would call "well designed". Cheers, E. Eliot Kimber | Senior Solutions Architect | Really Strategies, Inc. email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> office: 610.631.6770 | cell: 512.554.9368 2570 Boulevard

Re: [oXygen-user] Custom Saxon processor and global preferences

2008-12-08 Thread Eliot Kimber
; > On Mac OS X, I have to use the shell script now (to add the system > property) so I don't have the nice icon anymore. But I do not really > care :-) You can modify the Info.plist file in the Oxygen app resource to add the appropriate Java parameters you need. Cheers, E.

[oXygen-user] How To Set Up Custom DITA OT Transforms Using Ant Tasks

2009-01-08 Thread Eliot Kimber
one can outline for me quickly? Thanks, Eliot ---- Eliot Kimber | Senior Solutions Architect | Really Strategies, Inc. email: ekim...@reallysi.com <mailto:ekim...@reallysi.com> office: 610.631.6770 | cell: 512.554.9368 2570 Boulevard of the Generals | Suite 213 | Audubon, PA 19403 w

  1   2   3   >