Search found 372 matches

by tavy
Tue Nov 30, 2004 11:21 am
Forum: Common Problems
Topic: Relax NG slowness
Replies: 3
Views: 3655

Hi, I tried with the schema saved locally and oxygen works without problems so I think the problem is related with the fact that you are using the remote schema. This can be resolved if you set up an XML Catalog to resolve it locally. For example for "http://www.tei-c.org/P5/Test/testall.compil...
by tavy
Fri Nov 26, 2004 11:44 am
Forum: Common Problems
Topic: Hard disk grinding continuously on Mac OS X
Replies: 3
Views: 3735

Hi, We tried to reproducce the behavior here but we were not able to do so. We used an aplication (Activity Monitor) that monitors the disk activity for test and there was no disk activity. You can find this application in Applications->Utilities directory. Please try to see if it reports disk activ...
by tavy
Wed Nov 24, 2004 12:56 pm
Forum: Common Problems
Topic: Testing Web Service via WSDL SOAP Analyser
Replies: 2
Views: 4830

Autentication

I assume from your post that you can download the wsdl file and build the SOAP request from it. In the WSDL SOAP Analyser Dialog there is a textfield called "URL" which actually specifies the URL to which the soap request will be sent. If the server to which the URL points to has HTTP Auth...
by tavy
Mon Nov 15, 2004 3:33 pm
Forum: Feature Request
Topic: chained stylesheets
Replies: 6
Views: 7418

Hi Xan, I tested the cascade stylesheet transformation and I didn't see any problems. See bellow the files that i used in transformation : The XML file : <?xml version="1.0" encoding="UTF-8"?> <root> <elem>Cascade</elem> </root> The first XSL file : <?xml version="1.0" ...
by tavy
Fri Oct 29, 2004 2:12 pm
Forum: Common Problems
Topic: Trouble validating log4j config with DTD
Replies: 6
Views: 9605

Dear David Smiley, To make this work follow the next steps: 1. Create a catalog (log4jcatalog.xml) and specify the systemId as an absolute path, the catalog must look like this : <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution...
by tavy
Thu Oct 28, 2004 9:39 am
Forum: Common Problems
Topic: Trouble validating log4j config with DTD
Replies: 6
Views: 9605

Dear David Smiley, You don't need a catalog to validate your log4j files. Just make sure you have the log4j.dtd in the same folder as the log4j files or if the log4j.dtd is in another folder specify the full path to the dtd in the header of your log4j files. In this case the header of the log4j file...
by tavy
Mon Oct 18, 2004 11:58 am
Forum: XSLT and FOP
Topic: Can't get fonts installed with the TTFReader
Replies: 5
Views: 11073

Hi,

Please tell us on what platform you run <oXygen/> and what is your <oXygen/> instalation directory. We will try to reproduce your problem.

Best Regards,
Tavy
by tavy
Thu Sep 30, 2004 3:03 pm
Forum: Common Problems
Topic: Autosave saves all files
Replies: 1
Views: 2334

Hi,

This seems to be a bug, it will be resolved for the next release.

Best Regards,
Tavy
by tavy
Wed Sep 22, 2004 6:41 pm
Forum: Feature Request
Topic: 1 window for 1 project under os x
Replies: 6
Views: 7341

Hi, Copy this to your oxygenMac.sh file and try to launch <oXygen/> again. #!/bin/sh # Oxygen Startup script # (c) 2003 Syncro Soft Ltd. case "$0" in /*) p=$0 ;; *) p=`/bin/pwd`/$0 ;; esac p=`dirname "$p"` CP=$p/classes:$p:$p/oxygen.app/Contents/Resources/Java/oxygen.jar:$p/lib/o...
by tavy
Fri Jul 16, 2004 5:05 pm
Forum: Common Problems
Topic: Java Extensions in XSLT debugger
Replies: 7
Views: 8298

Hi, I tested <oXygen/> Eclipse Plugin 4.2 with Xalan Extensions using the example from: http://xml.apache.org/xalan-j/extensions.html#ex-basic. To make this work follow the next steps: 1. Copy js.jar and bsf.jar in [oxygen]/lib directory. 2. Edit pugin.xml from oxygen base directory and add the foll...
by tavy
Mon Jul 05, 2004 1:17 pm
Forum: Common Problems
Topic: Eclipse plugin and Saxon 7.x
Replies: 1
Views: 3778

Hi, To configure Saxon 7.x in the Oxygen Eclipse plugin follow the next steps: 1. Copy saxon7.jar in [oxygen]/lib directory. 2. Edit pugin.xml from oxygen base directory and add the following lines: <library name="lib/saxon7.jar"> <export name="*"/> <packages prefixes="net.s...
by tavy
Thu Jul 01, 2004 2:42 pm
Forum: Common Problems
Topic: schema documentation - does not link to includes
Replies: 4
Views: 5438

Please make sure that you have the schema to doc file mapping for the dataIncluder schema in the links file. Also when you generate the documentation you should enable the Search Included Schemas option in the Schema Documentation dialog. See below a working sample. links.xml <?xml version="1.0...