Search found 19 matches

by hlapin
Thu Jan 24, 2019 3:10 am
Forum: Common Problems
Topic: Filter search by XML/XPATH in eclipse plugin
Replies: 1
Views: 1397

Filter search by XML/XPATH in eclipse plugin

Hello--
The desktop version of oxygen allows restricting the search by xpath or by xml features. This does not appear to be the case in the eclipse plugin. Is this the case? Are there ways of doing this in eclipse?
Thanks!
by hlapin
Tue Mar 20, 2018 5:59 am
Forum: Common Problems
Topic: disconnectingt exist-db/webdav to exist
Replies: 5
Views: 2824

Re: disconnectingt exist-db/webdav to exist

Sorry. re webdav, wrong URL. I believe I've sorted it out.
by hlapin
Tue Mar 20, 2018 5:48 am
Forum: Common Problems
Topic: disconnectingt exist-db/webdav to exist
Replies: 5
Views: 2824

Re: disconnectingt exist-db/webdav to exist

Sorry. eXist-db 4.0. What I was concerned about was that if "disconnect" kept the connection live, that it was blocking webdav access. Regarding webdav, I can successfully open existing files via webdav. If I try to create a new file and save to the db I get the following message. I am log...
by hlapin
Mon Mar 19, 2018 5:29 pm
Forum: Common Problems
Topic: disconnectingt exist-db/webdav to exist
Replies: 5
Views: 2824

Re: disconnectingt exist-db/webdav to exist

Hi. Thanks for your reply. Now in version 20.0, if I right click on the db icon in the data source explorer, the database still appears, and I can still navigate down the tree and open documents. Is there any other way to do this? Not sure this was an exist 4.0 API issue, but webDAV save and open se...
by hlapin
Sun Mar 18, 2018 6:04 pm
Forum: Common Problems
Topic: disconnectingt exist-db/webdav to exist
Replies: 5
Views: 2824

disconnectingt exist-db/webdav to exist

I am working in windows 7 64bit system in Oxygen 19.1 (have not yet installed 20). I have an exist app I am working with in oxygen. In DB view, I am unable to disconnect the database connection (i.e., the connection remains live after disconnect.) I am also unable to save via webdav, which I suspect...
by hlapin
Mon Apr 18, 2016 5:23 pm
Forum: Common Problems
Topic: Editor variables within ${xpath_eval(expression)} in ant parameter [Eclipse plugin]
Replies: 4
Views: 2630

Re: Editor variables within ${xpath_eval(expression)} in ant parameter [Eclipse plugin]

Hi, and thanks for posting a reply.
I don't know what I was doing wrong, but this now seems to work.
by hlapin
Sun Apr 17, 2016 5:01 am
Forum: Common Problems
Topic: Editor variables within ${xpath_eval(expression)} in ant parameter [Eclipse plugin]
Replies: 4
Views: 2630

Re: Editor variables within ${xpath_eval(expression)} in ant parameter [Eclipse plugin]

Hi. Thanks for you reply. Here is the path to archive directory (I am transforming a word doc; but I have used ${cfd} with the same effect): C:\Users\ ... \mtTranscr-project\mttranscr\msword The parameter "mtTranscrDir" is set as ${xpath_eval(substring-before('${afd}','msword'))} and the b...
by hlapin
Fri Apr 15, 2016 12:56 am
Forum: Common Problems
Topic: Editor variables within ${xpath_eval(expression)} in ant parameter [Eclipse plugin]
Replies: 4
Views: 2630

Editor variables within ${xpath_eval(expression)} in ant parameter [Eclipse plugin]

Dear all, Is it possible to use editor variables (e.g., ${cfd}) inside an xpath function as a parameter for an ant transformation? I want to be able to truncate the current file directory path (or similar path) using the substring-before() function, and append the remainder of the path to a sibling ...
by hlapin
Mon Jan 04, 2016 4:13 pm
Forum: Other Issues
Topic: Combobox from XSLT (author mode XSLTOperation)
Replies: 2
Views: 1864

Re: Combobox from XSLT (author mode XSLTOperation)

Brilliant, thanks!
by hlapin
Fri Jan 01, 2016 9:38 pm
Forum: Other Issues
Topic: Combobox from XSLT (author mode XSLTOperation)
Replies: 2
Views: 1864

Combobox from XSLT (author mode XSLTOperation)

Does anyone have experience invoking a jOptionPane combobox from XSLT in an XSLTOperation in author mode?? [Context, this is for a global (i.e., context-element wide) operation that changes a dummy value for all instances of an attribute in child nodes to a valid one.] I can get something like the f...
by hlapin
Fri Sep 11, 2015 8:01 pm
Forum: Common Problems
Topic: Sequence of transformations
Replies: 5
Views: 3379

Re: Sequence of transformations

Thanks! I'm very new to this, so I'm probably missing something important, but since there is a stand-alone ANT process that must be done first and an follow-up XSLT transformation, I don't understand how to wrap the ANT transformation (and now that I think about it, how to do that with xproc either...
by hlapin
Fri Sep 11, 2015 6:37 pm
Forum: Common Problems
Topic: Sequence of transformations
Replies: 5
Views: 3379

Sequence of transformations

Is there a simple, built-in way to pipeline two (only two, so I don't want to reinvent the wheel here) transformation scenarios in sequence, or does this need to be done in xproc? In my use case, I want to convert ooxml to TEIP5, and then use my own XSLT transformation to modify the output. Selectin...
by hlapin
Sat Jan 25, 2014 9:35 pm
Forum: Common Problems
Topic: Oxygen 15.1 Slow?
Replies: 6
Views: 4001

Re: Oxygen 15.1 Slow?

Hi, thanks for looking into this.
In fact, changing the Java Runtime Environment to that of 15.0 made a significant difference!
Hope this helps others as well!
by hlapin
Mon Jan 20, 2014 11:10 pm
Forum: Common Problems
Topic: Oxygen 15.1 Slow?
Replies: 6
Views: 4001

Re: Oxygen 15.1 Slow?

Thanks for the reply and sorry for the long gap in answering.
I walked through all the preference settings, especially the ones you recommended looking at. Bidi support is on in 15.0, all the other open and performance settings are identical.
by hlapin
Fri Jan 17, 2014 11:53 am
Forum: Common Problems
Topic: Oxygen 15.1 Slow?
Replies: 6
Views: 4001

Oxygen 15.1 Slow?

I am starting to shift my editing activity from 15 to 15.1. Oxygen 15.1 in Text mode seems to respond much more slowly editing the same modestly sized bidi files (most recent example 192k). I am working in Windows 7 professional, and have the 64-bit version of Oxygen installed in both cases. Is this...
by hlapin
Thu Jul 18, 2013 3:28 pm
Forum: TEI
Topic: Getting Started with a Custom Framework
Replies: 9
Views: 12287

Re: Getting Started with a Custom Framework

Thanks for this help and the advice.
by hlapin
Wed Jul 17, 2013 4:41 am
Forum: TEI
Topic: Getting Started with a Custom Framework
Replies: 9
Views: 12287

Re: Getting Started with a Custom Framework

I apologize. I was mistaken
The option of DOCX TEI P5 does appear among the options when selecting from the frameworks files in the oxygen frameworks folder. It does not appear when redirecting to a custom frameworks folder.
by hlapin
Wed Jul 17, 2013 12:08 am
Forum: TEI
Topic: Getting Started with a Custom Framework
Replies: 9
Views: 12287

Re: Getting Started with a Custom Framework

Actually, I don't see the "DOCX TEI P5" option in Oxygen 15 based on the most recent download of the TEI transformation files, either within the frameworks folder or when I designate a custom frameworks folder. (I do see them in 14.2, though.) The file does have the build-to.xml and build-...
by hlapin
Tue Jul 16, 2013 8:08 pm
Forum: TEI
Topic: Getting Started with a Custom Framework
Replies: 9
Views: 12287

Getting Started with a Custom Framework

I recently created a local, external copy of the TEI framework, so that I could modify it, leaving the original untouched. When I try to run a transformation using that framework, I receive two error messages (I am assuming the second is a consequence of the first). Message 1: System ID: zip:file:/C...