fgeorges.blogspot.com fgeorges.blogspot.com

fgeorges.blogspot.com

Nightly thoughts

Wednesday, February 13, 2013. OXygen, Scala and plugin repository. So I don't know anything about Scala. I downloaded it, tried to sketch a Hello World kind of plugin for oXygen, and the result was impressively simple! So here are the few steps I've done, if you want to make your own at home. First, download and install Scala. I went to Scala download area. Downloaded the latest version for Mac OS X, unzip it in. And added the sub-directory. I assume you also have the oXygen SDK, with the file. Package o...

http://fgeorges.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR FGEORGES.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

May

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Thursday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.5 out of 5 with 2 reviews
5 star
1
4 star
1
3 star
0
2 star
0
1 star
0

Hey there! Start your review of fgeorges.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.2 seconds

FAVICON PREVIEW

  • fgeorges.blogspot.com

    16x16

  • fgeorges.blogspot.com

    32x32

CONTACTS AT FGEORGES.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Nightly thoughts | fgeorges.blogspot.com Reviews
<META>
DESCRIPTION
Wednesday, February 13, 2013. OXygen, Scala and plugin repository. So I don't know anything about Scala. I downloaded it, tried to sketch a Hello World kind of plugin for oXygen, and the result was impressively simple! So here are the few steps I've done, if you want to make your own at home. First, download and install Scala. I went to Scala download area. Downloaded the latest version for Mac OS X, unzip it in. And added the sub-directory. I assume you also have the oXygen SDK, with the file. Package o...
<META>
KEYWORDS
1 nightly thoughts
2 introduction
3 setup
4 usr/local/scala 2 10 0
5 bin/
6 to my
7 path
8 oxygen jar
9 the scala sources
10 org/fgeorges/test
CONTENT
Page content here
KEYWORDS ON
PAGE
nightly thoughts,introduction,setup,usr/local/scala 2 10 0,bin/,to my,path,oxygen jar,the scala sources,org/fgeorges/test,org/fgeorges/test/myplugin scala,org/fgeorges/test/myextension scala,compiling,org/,deploying,plugins/,plugins/my plugin/plugin xml
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Nightly thoughts | fgeorges.blogspot.com Reviews

https://fgeorges.blogspot.com

Wednesday, February 13, 2013. OXygen, Scala and plugin repository. So I don't know anything about Scala. I downloaded it, tried to sketch a Hello World kind of plugin for oXygen, and the result was impressively simple! So here are the few steps I've done, if you want to make your own at home. First, download and install Scala. I went to Scala download area. Downloaded the latest version for Mac OS X, unzip it in. And added the sub-directory. I assume you also have the oXygen SDK, with the file. Package o...

INTERNAL PAGES

fgeorges.blogspot.com fgeorges.blogspot.com
1

Nightly thoughts: January 2007

http://fgeorges.blogspot.com/2007_01_01_archive.html

Thursday, January 18, 2007. Creating namespace nodes in XSLT 1.0. Introduction and motivating example. This entry discusses the better way to add namespace nodes to an element in XSLT 1.0. The goal is to try to have the right namespace bindings in context for content using them, as attribute values storing XPath expressions. There is no way to guarantee it, but the code developed below is reasonable enough to work in most cases. And how to use the XSLT 2.0 instruction. Http:/ www.fgeorges.org/. Is evalua...

2

Nightly thoughts: EXPath Packaging System prototype implementation for eXist

http://fgeorges.blogspot.com/2009/09/expath-packaging-system-prototype.html

Saturday, September 12, 2009. EXPath Packaging System prototype implementation for eXist. During the past few weeks, I have been working on the Packaging System. See also this blog entry. The package manager for eXist is a graphical application (a textual front-end will be provided soon,) and is provided as a single JAR file. Go to the implementations page. Or use this following direct link. To get the JAR. Run it as usual, for instance by double-clicking on it or by executing the command. The manger sto...

3

Nightly thoughts: eXist extension functions in Java

http://fgeorges.blogspot.com/2009/07/exist-extension-functions-in-java.html

Friday, July 31, 2009. EXist extension functions in Java. Investigating into opportunities for an implementation of EXPath Packaging. I am looking at the way to implement extension functions with Java. I detail here the key points I found to write Java extensions for eXist using NetBeans. But those info should be generic enough to be used with any Java IDE. The module is represented by a class that extends the eXist abstract class AbstractInternalModule. FUNCTIONS); } public. NAMESPACE URI; } public.

4

Nightly thoughts: oXygen, Scala and plugin repository

http://fgeorges.blogspot.com/2013/02/oxygen-scala-and-plugin-repository.html

Wednesday, February 13, 2013. OXygen, Scala and plugin repository. So I don't know anything about Scala. I downloaded it, tried to sketch a Hello World kind of plugin for oXygen, and the result was impressively simple! So here are the few steps I've done, if you want to make your own at home. First, download and install Scala. I went to Scala download area. Downloaded the latest version for Mac OS X, unzip it in. And added the sub-directory. I assume you also have the oXygen SDK, with the file. Package o...

5

Nightly thoughts: EXPath Packaging System prototype implementation for Calabash

http://fgeorges.blogspot.com/2009/11/expath-packaging-system-prototype.html

Sunday, November 15, 2009. EXPath Packaging System prototype implementation for Calabash. An interesting piece of code I worked on during the past few weeks is the implementation of the EXPath Packaging System. For the Norman Walsh's XProc processor: Calabash. For Calabash, including my changes (and based on the latest Subversion revision, so this is really beta stuff, besides some classes have been disabled also, due to dependency issues.) You can also have a look at the following email. Wait for the ne...

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

LINKS TO THIS WEBSITE

fgeorges.org fgeorges.org

XML serializer in XSLT 2.0, using FXSL

http://fgeorges.org/xslt/serial

Ex:error-safe for XSLT 2.0. XML serializer in XSLT 2.0, using FXSL. This is an XML serializer for XSLT 2.0, written in XSLT 2.0, using the FXSL library. So giving any sequence, the serializer will produce a lexical representation of the XML within the sequence. The result can be a text node or a sequence of nodes with HTML formating. Define such receivers for respectivey text and HTML. Any comment would be greatly appreciated at the email address. Drkm-lib-xslt AT lists.sf.net. The main script, require a...

fgeorges.org fgeorges.org

XTC: XSLT & XQuery Unit Testing

http://fgeorges.org/xslt/xslt-unit

Writing a test suite. The t:suite and t:tests elements. The initial context item. Ex:error-safe for XSLT 2.0. XTC - XSLT and XQuery Unit Testing. XTC provides a unit testing framework for XSLT. It allows you to write test suites related to styelsheet modules. Basically, you can test any XSLT 2.0 sequence constructor like this:. That will evaluate all the elements after the. As a sequence constructor (here the. Operator or the standard. Comments are very welcome at. Drkm-lib-xslt AT lists.sf.net. Saxon te...

fgeorges.org fgeorges.org

Florent Georges - EXSLT 2.0

http://fgeorges.org/exslt2

Ex:error-safe for XSLT 2.0. EXSLT is a library of extensions for XSLT 1.0, defined in an implementation independent way. EXSLT 2.0 aims to define new extensions for XSLT 2.0. This is NOT the official page for EXSLT 2.0, but the project is in its setup phase, so this page just collects useful information about it, as well as first development I've done so far. Http:/ community.zepheira.com/wiki/exslt/. The Wiki set up by Uche for EXSLT 2.0. The proposal for an HTTP client function extension.

fgeorges.org fgeorges.org

XSLT 2.0 extensions for Saxon

http://fgeorges.org/xslt/saxon-ext

Simple, complete eXist samples. Complete Google contacts sample. Ex:error-safe for XSLT 2.0. XSLT 2.0 extensions for Saxon. This is a set of extensions for XSLT 2.0, developed for the Saxon. Processor, version 9. For now, there is a. That can pass through a proxy (in particular proxies requiring to authenticate) and a function to send HTTP requests. Orgfgeorges.exslt2.saxon.Exslt2. Http:/ www.w3.org/1999/XSL/Transform. Of course, the JAR must be in your classpath. Is an implementation of the JAXP's inter...

fgeorges.org fgeorges.org

The ex:error-safe XSLT 2.0 extension

http://fgeorges.org/xslt/error-safe

Ex:error-safe for XSLT 2.0. XSLT 2.0 extension. One functionality that crually misses in XSLT 2.0 is a correct error handling mechanism. Off course, we have now the XPath 2.0. Function, and it is a Good Thing. But the developer has no way to get a chance to solve a problem occuring somewhere else, as he can do in other languages with the exceptions for example. This document tries to define what such a mechanism could look like, and introduces a first draft of an implementation for Saxon 8. Javac -cp "pa...

xmlislikeviolence.com xmlislikeviolence.com

XML Is Like Violence: September 2009

http://www.xmlislikeviolence.com/2009_09_01_archive.html

Saturday, September 19, 2009. Disclaimer: Please, don't get the wrong idea from the blog title: I'm not a violent person, I just happen to like the quote. I have seen it posted in various forums and mailing lists, and I certainly don't take credit for it. However, I do find it relevant to my situation, because I often find myself using XML more often than I should. Subscribe to: Posts (Atom). San Francisco, CA, United States. View my complete profile. Jesper Tverskov's XML Blog.

xmlislikeviolence.com xmlislikeviolence.com

XML Is Like Violence: blog/child::post[1]

http://www.xmlislikeviolence.com/2009/09/blogchildpost1.html

Saturday, September 19, 2009. Disclaimer: Please, don't get the wrong idea from the blog title: I'm not a violent person, I just happen to like the quote. I have seen it posted in various forums and mailing lists, and I certainly don't take credit for it. However, I do find it relevant to my situation, because I often find myself using XML more often than I should. September 30, 2009 at 3:34 PM. Http:/ www.dereleased.com/2009/09/30/xml-is-like-violence/. March 12, 2010 at 6:11 PM. View my complete profile.

UPGRADE TO PREMIUM TO VIEW 2 MORE

TOTAL LINKS TO THIS WEBSITE

9

OTHER SITES

fgeonline.de fgeonline.de

Faschingsgesellschaft Eichstätt

Zum sekundären Inhalt wechseln. Kartenabholung Eröffnungsball und Hofball. Die Abholung der reservierten Eintrittskarten für den. Am 14 Januar 2017) UND. Am 04 Februar 2017) ist am. Donnerstag, 05. Januar 2017,. Mittwoch, 11. Januar 2017. Jeweils 17.00 Uhr bis 19.00 Uhr,. Jeweils im Foyer des Alten Stadttheaters Eichstätt. Der Kartenvorverkauf für die Bälle der Faschingssaison 2017 beginnt am 03. Dezember um 08.00 Uhr. Unter der Telefonnummer 0 84 21/9 37 98 31. Können Sie Karten für den. Inhalt und Aufb...

fgeorg.com fgeorg.com

Francesco Georg - Portfolio

While working at Sizzle I was one of three engineers out of 4-6 employees total. As the "Head of Experience" I worked on administrative, artistic, and technical tasks. Some of my more technical tasks:. I wrote most of the frontend for onsizzle.com and was in charge of UI/UX. I wrote the entire frontend and backend for the admin site. I wrote a cron job that automatically scanned content from Facebook, Twitter, and Instagram. It OCRed images and served them up to our site. Link: https:/ onsizzle.com/.

fgeorge.com fgeorge.com

Price Request - BuyDomains

Url=' escape(document.location.href) , 'Chat367233609785093432', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=500');return false;". Need a price instantly? Just give us a call. Toll Free in the U.S. We can give you the price over the phone, help you with the purchase process, and answer any questions. Get a price in less than 24 hours. Fill out the form below. One of our domain experts will have a price to you within 24 business hours. United States of America.

fgeorge.wordpress.com fgeorge.wordpress.com

Meneandoneuronas - Brainstorm | "No estoy de acuerdo contigo, pero luchare hasta la muerte para defender tu derecho en decirlo" – Voltaire

Meneandoneuronas – Brainstorm. No estoy de acuerdo contigo, pero luchare hasta la muerte para defender tu derecho en decirlo – Voltaire. Dejando las cosas CLARAS por Alex de la Iglesia. 27 marzo, 2018. Climatología: anticiclones y borrascas. Con mi toga y mis tacones. Desde que el mundo es mundo, el tiempo atmosférico. Por supuesto el mundo del espectáculo no es ajeno a ello. Ver la entrada original. 25 marzo, 2018. El blog de José Muelas. Ya supongo que la mayor parte de ustedes no tienen el menor inter...

fgeorges.blogspot.com fgeorges.blogspot.com

Nightly thoughts

Wednesday, February 13, 2013. OXygen, Scala and plugin repository. So I don't know anything about Scala. I downloaded it, tried to sketch a Hello World kind of plugin for oXygen, and the result was impressively simple! So here are the few steps I've done, if you want to make your own at home. First, download and install Scala. I went to Scala download area. Downloaded the latest version for Mac OS X, unzip it in. And added the sub-directory. I assume you also have the oXygen SDK, with the file. Package o...

fgeorges.org fgeorges.org

Florent Georges

Ex:error-safe for XSLT 2.0. Provides consultancy and development in Core XML technologies, Web services and SOA. It is based in Belgium, but works abroad too. Please write to info@fgeorges.org. My resume / Curriculum Vitae is available as a PDF document: resume-fgeorges.pdf. Conception du module d'accès aux Systèmes de Gestion de Bases de Données Relationnelles d'Object-Oriented C, et mise en oeuvre pour Oracle. In PostScript (in French). The title can be translated into ". And XQuery), called XTC. The r...

fgeorges.wordpress.com fgeorges.wordpress.com

Fgeorges's Blog | Just another WordPress.com site

Just another WordPress.com site. Accéder au contenu principal. Premières séances, premiers événements positifs…. Octobre 2, 2010. Pas évident de tenir à jour un blog…. Trois séances de cours ont été organisées depuis le lancement de ce blog. Je retiendrai de ces séances deux événements positifs :. Pour en savoir plus sur les facteurs sur lesquels l’enseignant peut agir, consultez :. Revue française de pédagogie, 157. Viau, R. (2009). La motivation en contexte scolaire. La richesse des définitions données...

fgeorobinson.com fgeorobinson.com

F Geo Robinson

Skype us, click the icon below. F Geo Robinson is a well known Coventry based builder serving Warwickshire, Leicestershire and the. We manage construction projects from the inception to completion, Scheme types include a wide variety of New build and refurbishment works from 1,000 to 250,000. Robinsons people have an embedded culture of involving and considering the customer at every opportunity.

fgeosci.com fgeosci.com

Fall Line GeoScience, LLC

Error Page cannot be displayed. Please contact your service provider for more details. (20).

fgep.com fgep.com

domain for sale