Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-25 Thread Adrien Prokopowicz
Le lundi 23 avril 2012 01:14:25 Caveat a écrit : > I'm now on 4659... > > = > Is FromString available in the new gb.xml or not? > = > Yes it is, since the rev #4673. -

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-25 Thread Adrien Prokopowicz
Le lundi 23 avril 2012 18:47:10 Charlie Reinl a écrit : > Am Montag, den 23.04.2012, 00:39 +0200 schrieb Adrien Prokopowicz: > > Le dimanche 22 avril 2012 23:39:27 Charlie Reinl a écrit : > > > Salut Adrien, > > > > > > works better since rev #4657. > > > > > > but I get a signal 6 at the seconde

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-23 Thread Charlie Reinl
Am Montag, den 23.04.2012, 00:39 +0200 schrieb Adrien Prokopowicz: > Le dimanche 22 avril 2012 23:39:27 Charlie Reinl a écrit : > > Salut Adrien, > > > > works better since rev #4657. > > > > but I get a signal 6 at the seconde Out = XSLT.Transform(Xml, Xsl) > > > > here I attached a demo where

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-22 Thread Caveat
I'm now on 4659... URL: https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk Repository Root: https://gambas.svn.sourceforge.net/svnroot/gambas Repository UUID: 96304659-1d19-0410-acd0-aead272a8bd5 Revision: 4659 Node Kind: directory Schedule: normal Last Changed Author: prokopy Last Cha

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-22 Thread Adrien Prokopowicz
Le dimanche 22 avril 2012 23:39:27 Charlie Reinl a écrit : > Salut Adrien, > > works better since rev #4657. > > but I get a signal 6 at the seconde Out = XSLT.Transform(Xml, Xsl) > > here I attached a demo where you can see it. > > This (the FromXML_old is the working version before you change

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-22 Thread Charlie Reinl
Salut Adrien, works better since rev #4657. but I get a signal 6 at the seconde Out = XSLT.Transform(Xml, Xsl) here I attached a demo where you can see it. This (the FromXML_old is the working version before you changes) is the original sub I use. -- Amicalement Charlie newXML-0.0.1

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-22 Thread Adrien Prokopowicz
Le dimanche 22 avril 2012 19:45:07 Charlie Reinl a écrit : > Salut Adrien, > > Dim Xml as New XmlDocument > Xml.FromString("path to 'US-presidents-3.xml'") > > that works now. Ran actually rev.4656 > > But loading xml2file.xslt like that > > Dim Xsl as New XmlDocument > Xsl.FromSt

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-22 Thread Charlie Reinl
Salut Adrien, Dim Xml as New XmlDocument Xml.FromString("path to 'US-presidents-3.xml'") that works now. Ran actually rev.4656 But loading xml2file.xslt like that Dim Xsl as New XmlDocument Xsl.FromString("path to 'xml2file.xslt'") raise an error . next file which will be load

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-21 Thread Adrien Prokopowicz
Le samedi 21 avril 2012 23:54:55 Charlie Reinl a écrit : > Am Samstag, den 21.04.2012, 23:47 +0200 schrieb Adrien Prokopowicz: > > Le samedi 21 avril 2012 23:18:27 Charlie Reinl a écrit : > > > Am Samstag, den 21.04.2012, 21:19 +0200 schrieb Adrien Prokopowicz: > > > > Le samedi 21 avril 2012 21:34

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-21 Thread Charlie Reinl
Am Samstag, den 21.04.2012, 23:47 +0200 schrieb Adrien Prokopowicz: > Le samedi 21 avril 2012 23:18:27 Charlie Reinl a écrit : > > Am Samstag, den 21.04.2012, 21:19 +0200 schrieb Adrien Prokopowicz: > > > Le samedi 21 avril 2012 21:34:55 Karl Reinl a écrit : > > > > Salut Benoît, > > > > > > > > t

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-21 Thread Adrien Prokopowicz
Le samedi 21 avril 2012 23:18:27 Charlie Reinl a écrit : > Am Samstag, den 21.04.2012, 21:19 +0200 schrieb Adrien Prokopowicz: > > Le samedi 21 avril 2012 21:34:55 Karl Reinl a écrit : > > > Salut Benoît, > > > > > > the new gb.xml broke my project which used before gb.xml and > > > gb.xml.xslt. >

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-21 Thread Charlie Reinl
Am Samstag, den 21.04.2012, 21:19 +0200 schrieb Adrien Prokopowicz: > Le samedi 21 avril 2012 21:34:55 Karl Reinl a écrit : > > Salut Benoît, > > > > the new gb.xml broke my project which used before gb.xml and > > gb.xml.xslt. > > As I can see, you wrote a gambas component also called gb.xml, whi

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-21 Thread Charlie Reinl
Am Samstag, den 21.04.2012, 22:18 +0200 schrieb tobi: > On Sat, 21 Apr 2012, Charlie Reinl wrote: > > Am Samstag, den 21.04.2012, 21:35 +0200 schrieb tobi: > > > On Sat, 21 Apr 2012, Karl Reinl wrote: > > > > Salut Benoît, > > > > > > > > the new gb.xml broke my project which used before gb.xml an

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-21 Thread tobi
On Sat, 21 Apr 2012, Charlie Reinl wrote: > Am Samstag, den 21.04.2012, 21:35 +0200 schrieb tobi: > > On Sat, 21 Apr 2012, Karl Reinl wrote: > > > Salut Benoît, > > > > > > the new gb.xml broke my project which used before gb.xml and > > > gb.xml.xslt. > > > As I can see, you wrote a gambas compon

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-21 Thread Adrien Prokopowicz
Le samedi 21 avril 2012 21:34:55 Karl Reinl a écrit : > Salut Benoît, > > the new gb.xml broke my project which used before gb.xml and > gb.xml.xslt. > As I can see, you wrote a gambas component also called gb.xml, which > replaced the old. > Now I struggle at xml.FromString() where xml is a XmlDo

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-21 Thread Charlie Reinl
Am Samstag, den 21.04.2012, 21:35 +0200 schrieb tobi: > On Sat, 21 Apr 2012, Karl Reinl wrote: > > Salut Benoît, > > > > the new gb.xml broke my project which used before gb.xml and > > gb.xml.xslt. > > As I can see, you wrote a gambas component also called gb.xml, which > > replaced the old. > >

Re: [Gambas-user] rev. 4651 and new gb.xml

2012-04-21 Thread tobi
On Sat, 21 Apr 2012, Karl Reinl wrote: > Salut Benoît, > > the new gb.xml broke my project which used before gb.xml and > gb.xml.xslt. > As I can see, you wrote a gambas component also called gb.xml, which > replaced the old. > Now I struggle at xml.FromString() where xml is a XmlDocument, while y