Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-incubator-dev] RelaxNG Builds

Alright, with an Eclipse classic install, and using the Zipped P2 Repository, I was able to get this installed. Just make sure the galileo update site is enabled, and it should find all the necessary dependencies and install them.

Once it is installed, create a file with the .rnc extension. The current editor expects that extension for the Relax NG compact syntax files.

A simple compact syntax that can be used:

element addressBook {
 element card {
   element name { text },
   element email { text }
 }*
}

You can play with other examples from the tutorial:

http://www.relaxng.org/compact-tutorial-20030326.html

It's very basic at this time, but at least it's better than nothing.

Dave

Oisin Hurley wrote:
Hi Dave,
I've got some teething trouble with this build - possibly
because of my dependencies. Trying with Galileo is a
no-go, so is it the case that Helios is the required target?

Trying to load into the Helios M2 J2EE EPP package
failed too - the package is not preloaded with the update
repository address it needs to discover all of the
dependencies.

I'm going to do an update to a 'bare' Helios M2 Platform,
will let you know how it turns out.

 --oh
_______________________________________________
wtp-incubator-dev mailing list
wtp-incubator-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev




Back to the top