Search found 16 matches

by emmam
Thu Jan 22, 2015 4:25 pm
Forum: Common Problems
Topic: editor variable with pattern "yyyy-MM-dd'T'HH:mm:ss.SSSXXX"
Replies: 3
Views: 48141

Re: editor variable with pattern "yyyy-MM-dd'T'HH:mm:ss.SSS

You were right I'm using MacOS.
I updated Java : says MacOs is using Java 8 update 31 now.
But the Java runtime version that Oxygen is using is still 1.6 ...
Seeing that I updated my Oxygen editor version to 16.1 but the runtime is still set to 1.6...
What should I do ?
thanks
emmanuelle
by emmam
Thu Jan 22, 2015 3:14 pm
Forum: Common Problems
Topic: editor variable with pattern "yyyy-MM-dd'T'HH:mm:ss.SSSXXX"
Replies: 3
Views: 48141

editor variable with pattern "yyyy-MM-dd'T'HH:mm:ss.SSSXXX"

Hi I'd like to use an editor variable for a time stamp with the following pattern :"yyyy-MM-dd'T'HH:mm:ss.SSSXXX" (found on this page the oxygen documentation indicates http://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html) But what should I put as pattern in my template...
by emmam
Mon Sep 15, 2014 1:22 pm
Forum: Other Issues
Topic: xi:includes and xslt
Replies: 2
Views: 2071

xi:includes and xslt

Hi all, I'd to manage metadata info with xi:includes. so I included some info about the project like that, in my template file : (...) <publicationStmt> (...) <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="http://src/ox-addon/authority.xml"> <xi:fallback> <p>The aut...
by emmam
Thu Sep 11, 2014 1:42 pm
Forum: SDK-API, Frameworks - Document Types
Topic: sharing frameworks as addons
Replies: 4
Views: 3150

Re: sharing frameworks as addons

thanks a lot Radu.
emma
by emmam
Thu Sep 11, 2014 1:27 pm
Forum: SDK-API, Frameworks - Document Types
Topic: sharing frameworks as addons
Replies: 4
Views: 3150

Re: sharing frameworks as addons

Thanks a lot for the answer. I agree this may not be the best way to distribute sample files, but I was really curious to see the copied files unfortunately I didn't find the subfolders and the file in my home folder (I'm using a MAC 10.9)... in your path %APPDATA%\com.oxygenxml\extensions\currentVe...
by emmam
Thu Sep 11, 2014 10:28 am
Forum: SDK-API, Frameworks - Document Types
Topic: sharing frameworks as addons
Replies: 4
Views: 3150

sharing frameworks as addons

Hi I'd like to share a framework as an addon. I my framework I put a directory with sample xml files and a project file. When opening the project, the user sees the sample files and the directories he can use to store the files he creates. When I install the framework as an addon, I don't understand...
by emmam
Fri Jul 18, 2014 1:18 am
Forum: TEI
Topic: form controls using attribute @xml:id
Replies: 3
Views: 7971

Re: form controls using attribute @xml:id

Hi
I'm using Oxygen editor 16. Works fine with the namespace context from the CSS (that's what was missing in my files). Do you still want me to send test files ?
thanks a lot
Best
emmanuelle
by emmam
Thu Jul 17, 2014 1:54 am
Forum: TEI
Topic: form controls using attribute @xml:id
Replies: 3
Views: 7971

form controls using attribute @xml:id

Hi
I want to display an attribute @xml:id in a form control.
How should I deal with the xml namespace ?

My css code :
element {
oxy_combobox(edit, "@xml:id", columns, 20);
}
it displays an empty combobox...

Thanks for the help !

Best

Emmanuelle
by emmam
Fri Feb 28, 2014 2:21 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Frameworks association rules
Replies: 6
Views: 3522

Frameworks association rules

Hi all I'm using frameworks for several TEI and epidocs projects so every root is TEI ! How to create an assocation that would give me the relevant framework for each project. The simpliest way would be to use an attribute on the root element, but I'm not confortable at all with that option. I also ...
by emmam
Wed Feb 12, 2014 9:38 pm
Forum: TEI
Topic: validation pb with a xi:include
Replies: 2
Views: 7041

Re: validation pb with a xi:include

you're so right !
thanks a lot
Best,
emma
by emmam
Wed Feb 12, 2014 7:06 pm
Forum: TEI
Topic: validation pb with a xi:include
Replies: 2
Views: 7041

validation pb with a xi:include

Hi all, I have a tei file with a bibliography included in the <back> element of a <text> with a xinclude link. <back> <div type="bibliography"> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../xml/masterfiles/bibliography.xml"/> </div> </back> bibliograph...
by emmam
Thu Feb 06, 2014 5:04 pm
Forum: Other Issues
Topic: use of environment variables in templates
Replies: 3
Views: 5324

Re: use of environment variables in templates

ok thanks a lot !
${system(user.name)}</user> works fine but not ${env(USERNAME)}</user> : is it because I'm on mac os ?

best regards

emma
by emmam
Thu Feb 06, 2014 3:57 pm
Forum: Other Issues
Topic: use of environment variables in templates
Replies: 3
Views: 5324

use of environment variables in templates

Hi all, I'd like to use environment variables with code templates and templates. For example : when creating a new file from a template, the name of the user is in a <user>name</user> element. Aren't the username in the system propreties or the operating sytstem properties ? I admit I don't quite ge...
by emmam
Sat Feb 01, 2014 11:47 am
Forum: Other Issues
Topic: oxy_textArea
Replies: 4
Views: 2946

Re: oxy_textArea

hi alex thanks a lot for the answer. Yes I'd be very pleased if you sent me that code. This way of using a form control to edit the content of a metadata field may seem redondant with the author mode, I agree. But in my opinion, the edition of short description fields with mixed content (for example...
by emmam
Thu Jan 30, 2014 1:32 am
Forum: Other Issues
Topic: oxy_textArea
Replies: 4
Views: 2946

oxy_textArea

Hi all, I'm trying to set up some form controls for the entering of metadata info in a teiHeader. I assumed that the oxy_texArea option, combined with a 'text/xml' property, would give me a text area field where I could enter xml mixed content. Or if the text area in the form controls of the author ...
by emmam
Sat Jul 28, 2012 11:52 am
Forum: Common Problems
Topic: tranformation scenario types
Replies: 1
Views: 1411

tranformation scenario types

Hi all, Reading the documentation, I donc quite get the difference between the types "XML XSLT" and "XSLT" in the configuration scenario dialog window. XML XSLT is described as "Transformation scenarios that apply an XSLT stylesheet over an XML" and XSLT as "XSLT -...