Search found 15 matches

by john99
Wed May 09, 2012 1:01 pm
Forum: XML Schemas
Topic: Schema generation from XML document
Replies: 6
Views: 5151

Re: Schema generation from XML document

It can be any simple XML but I've sent you the file. I've checked this with Altova XMLSpy and it works great.

John.
Costin wrote:Could you please send us the files for which you are trying to generate XML schema ? Again, you can send them on support AT oxygenxml DOT com.
by john99
Wed May 09, 2012 12:53 pm
Forum: Common Problems
Topic: Emacs binding not available on Text View ?
Replies: 11
Views: 4749

Re: Emacs binding not available on Text View ?

Not on Console for sure. John Hi John, I know how to enable Emacs key binding in Eclipse and the shortcuts indeed work in any opened editor. Quoting from one of your earlier replies: Scheme is Emacs, it works on other View but not Text View. My question was if you noticed those shortcuts work in any...
by john99
Wed May 09, 2012 12:34 pm
Forum: XML Schemas
Topic: Schema generation from XML document
Replies: 6
Views: 5151

Re: Schema generation from XML document

Costin, I've tried it with one file, it doesn't pickup attributes and enumerations. John. Hi Costin, From several XML files. The tool can only handle one file ?. John. Hello, Did you tried generating schema using a single xml file or a set of files? In order to investigate what happens, could you pl...
by john99
Wed May 09, 2012 12:20 pm
Forum: XML Schemas
Topic: Schema generation from XML document
Replies: 6
Views: 5151

Re: Schema generation from XML document

Hi Costin, From several XML files. The tool can only handle one file ?. John. Hello, Did you tried generating schema using a single xml file or a set of files? In order to investigate what happens, could you please send us some sample file(s) for which you are trying to generate schema and the issue...
by john99
Wed May 09, 2012 12:18 pm
Forum: Common Problems
Topic: Emacs binding not available on Text View ?
Replies: 11
Views: 4749

Re: Emacs binding not available on Text View ?

Hi Radu, There is an option in its Preference menu. Here is the FAQ: http://wiki.eclipse.org/FAQ_How_do_I_switch_to_vi_or_emacs-style_key_bindings%3F Eclipse has somewhat complete Emacs bindings (blocks aren't supported though). John. Hi John, Thanks for getting back on this, I updated the improveme...
by john99
Wed May 09, 2012 1:01 am
Forum: XML Schemas
Topic: Schema generation from XML document
Replies: 6
Views: 5151

Schema generation from XML document

Hello,

When generating W3C schema from XML document, it seems the tool doesn't pick up any attributes and enumeration values. Is this normal ?. If not how to set it up ?.

TIA,

John
by john99
Wed May 09, 2012 1:00 am
Forum: Common Problems
Topic: Emacs binding not available on Text View ?
Replies: 11
Views: 4749

Re: Emacs binding not available on Text View ?

Hey Radu, Sorry I didn't check back until recently. These are what I commonly use: Search - Ctrl-S Reverse Search - Ctrl-R Delete line - Ctrl-W Copy - Ctrl-Y On Eclipse views I believe it works on all of them except the Result view. John Hi John, Two quick questions: What exact Emacs keybindings for...
by john99
Sat Mar 10, 2012 1:37 am
Forum: Common Problems
Topic: Emacs binding using Oxygen XML Developer
Replies: 1
Views: 1285

Emacs binding using Oxygen XML Developer

Hello there,

Is there an Emacs binding in Oxygen XML ?.

TIA,

John
by john99
Fri Mar 09, 2012 6:45 pm
Forum: Common Problems
Topic: Emacs binding not available on Text View ?
Replies: 11
Views: 4749

Re: Emacs binding not available on Text View ?

Yes, Scheme is Emacs, it works on other View but not Text View. Eclipse SDK Version: 3.7.2 Oxygen XML 13.2 John Have you set the Emacs key binding Scheme in Eclipse: Window -> Preferences, Keys? What version of Oxygen and what version of Eclipse are you using(Help -> About)? Regards, Adrian
by john99
Fri Mar 09, 2012 6:10 pm
Forum: Common Problems
Topic: Emacs binding not available on Text View ?
Replies: 11
Views: 4749

Re: Emacs binding not available on Text View ?

Yes.

John
adrian wrote:Hello,

Note that Oxygen does not implement Emacs key bindings.
Are you using the Oxygen Eclipse plugin?

Regards,
Adrian
by john99
Fri Mar 09, 2012 5:46 pm
Forum: Common Problems
Topic: Emacs binding not available on Text View ?
Replies: 11
Views: 4749

Emacs binding not available on Text View ?

Hello,

After getting the result from my XSLT transformation, I can't seem to use Emacs key binding to do a search ?. Maybe I'm missing a preference setup somewhere ?.

TIA,

John
by john99
Fri Mar 09, 2012 4:28 pm
Forum: XSLT and FOP
Topic: XPath tool and namespace
Replies: 4
Views: 3041

Re: XPath tool and namespace

Thanks a bunch Adrian. I'm a noob in XSLT :). Been reading stuff.
by john99
Fri Mar 09, 2012 4:07 pm
Forum: XSLT and FOP
Topic: XPath tool and namespace
Replies: 4
Views: 3041

Re: XPath tool and namespace

Thanks Adrian. How do I select table only without using * ?

/*:tables/bbbbb:table or /*:tables/.:table don't seem to work.

TIA,

John
by john99
Fri Mar 09, 2012 2:46 pm
Forum: XSLT and FOP
Topic: XPath tool and namespace
Replies: 4
Views: 3041

XPath tool and namespace

Hello, I'm trying to use the XPath tool on the IDE. I have a simple XML with namespace like this: <?xml version="1.0" encoding="UTF-8"?> <tables xmlns="aaaaa"> <table xmlns="bbbbb"> <row>A</row> <row>B</row> </table> </tables> How do I get all row using XPath ...