Re: XML Editor

2004-10-28 Thread Phillip Rhodes
http://www.xmlforge.org

It's an online editor of xml,xsl with transformations.
Also PDF generation with FOP.

Open source.  It's a web app.

-Disclosure-
I am the author.



--- Mark Donnelly
[EMAIL PROTECTED] wrote:

 Does anyone know of a good, free XML editor that
 does XSLT transforms and
 preserves unicode characters?
 
 Im currently using XRay but it seems to corrupt my
 unicode values upon
 translation.
 
 I put in the correct unicode characters for non
 breaking space but after
 translation, when I put it through FOP I get an
 error message telling me
 that there is an unrecognised unicode character.
 
 snip
 fo:block /fo:block
 
 Produces the following error:
 
 [ERROR] Invalid byte 1 of 1-byte UTF-8 sequence.
 org.apache.fop.apps.FOPException: Invalid byte 1 of
 1-byte UTF-8 sequence.
 at
 org.apache.fop.apps.Driver.render(Driver.java:507)
 at

org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:10
 6)
 at org.apache.fop.apps.Fop.main(Fop.java:62)
 
 -
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: XML Editor

2004-10-19 Thread foxmask
i saw this http://www.xml-dev.com/blog/#19
but dont know if one of them does XSLT transform


On Tue, 19 Oct 2004 10:13:23 +0100, Mark Donnelly
[EMAIL PROTECTED] wrote:
 Does anyone know of a good, free XML editor that does XSLT transforms and
 preserves unicode characters?
 
 Im currently using XRay but it seems to corrupt my unicode values upon
 translation.
 
 I put in the correct unicode characters for non breaking space but after
 translation, when I put it through FOP I get an error message telling me
 that there is an unrecognised unicode character.
 
 snip
 fo:block#xa0;/fo:block
 
 Produces the following error:
 
 [ERROR] Invalid byte 1 of 1-byte UTF-8 sequence.
 org.apache.fop.apps.FOPException: Invalid byte 1 of 1-byte UTF-8 sequence.
 at org.apache.fop.apps.Driver.render(Driver.java:507)
 at
 org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:10
 6)
 at org.apache.fop.apps.Fop.main(Fop.java:62)
 
 -
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
Founder Member of Phpfr.Org

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: XML Editor

2004-10-19 Thread Mark Donnelly
Thanks so far guys but I really need an editor that is freeware, not
evaluation software.

-Original Message-
From: Balamuraly [mailto:[EMAIL PROTECTED]
Sent: 19 October 2004 11:39
To: [EMAIL PROTECTED]
Subject: Re: XML Editor


Hi Mark,

Try Demo version of OXYGEN.

bala

 -Original Message-
 From: Mark Donnelly [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, October 19, 2004 2:43 PM
 To: [EMAIL PROTECTED]
 Subject: XML Editor


 Does anyone know of a good, free XML editor that does XSLT transforms and
 preserves unicode characters?

 Im currently using XRay but it seems to corrupt my unicode values upon
 translation.

 I put in the correct unicode characters for non breaking space but after
 translation, when I put it through FOP I get an error message telling me
 that there is an unrecognised unicode character.

 snip
 fo:block#xa0;/fo:block

 Produces the following error:

 [ERROR] Invalid byte 1 of 1-byte UTF-8 sequence.
 org.apache.fop.apps.FOPException: Invalid byte 1 of 1-byte UTF-8 sequence.
 at org.apache.fop.apps.Driver.render(Driver.java:507)
 at
 org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:10
 6)
 at org.apache.fop.apps.Fop.main(Fop.java:62)

 -

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: XML Editor

2004-10-19 Thread foxmask
http://jedit.org seems to do it, but i just discover it.
i mean i already knew it but i have to try the XSLT plugin too ;)


On Tue, 19 Oct 2004 12:44:44 +0100, Mark Donnelly
[EMAIL PROTECTED] wrote:
 Thanks so far guys but I really need an editor that is freeware, not
 evaluation software.
 
 -Original Message-
 From: Balamuraly [mailto:[EMAIL PROTECTED]
 Sent: 19 October 2004 11:39
 To: [EMAIL PROTECTED]
 Subject: Re: XML Editor
 
 Hi Mark,
 
 Try Demo version of OXYGEN.
 
 bala
 
  -Original Message-
  From: Mark Donnelly [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, October 19, 2004 2:43 PM
  To: [EMAIL PROTECTED]
  Subject: XML Editor
 
 
  Does anyone know of a good, free XML editor that does XSLT transforms and
  preserves unicode characters?
 
  Im currently using XRay but it seems to corrupt my unicode values upon
  translation.
 
  I put in the correct unicode characters for non breaking space but after
  translation, when I put it through FOP I get an error message telling me
  that there is an unrecognised unicode character.
 
  snip
  fo:block#xa0;/fo:block
 
  Produces the following error:
 
  [ERROR] Invalid byte 1 of 1-byte UTF-8 sequence.
  org.apache.fop.apps.FOPException: Invalid byte 1 of 1-byte UTF-8 sequence.
  at org.apache.fop.apps.Driver.render(Driver.java:507)
  at
  org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:10
  6)
  at org.apache.fop.apps.Fop.main(Fop.java:62)
 
  -
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 -
 
 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
Founder Member of Phpfr.Org

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: XML Editor

2004-10-19 Thread Mark Donnelly
Yep, thanks for this one. It does faithfully transform unicode characters.

Ill can finally stop using '.'s as place holders now.

Just remember that XRay does not seem to do this, if anyone is having
similar troubles in the future.

-Original Message-
From: foxmask [mailto:[EMAIL PROTECTED]
Sent: 19 October 2004 12:54
To: [EMAIL PROTECTED]
Subject: Re: XML Editor


http://jedit.org seems to do it, but i just discover it.
i mean i already knew it but i have to try the XSLT plugin too ;)


On Tue, 19 Oct 2004 12:44:44 +0100, Mark Donnelly
[EMAIL PROTECTED] wrote:
 Thanks so far guys but I really need an editor that is freeware, not
 evaluation software.
 
 -Original Message-
 From: Balamuraly [mailto:[EMAIL PROTECTED]
 Sent: 19 October 2004 11:39
 To: [EMAIL PROTECTED]
 Subject: Re: XML Editor
 
 Hi Mark,
 
 Try Demo version of OXYGEN.
 
 bala
 
  -Original Message-
  From: Mark Donnelly [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, October 19, 2004 2:43 PM
  To: [EMAIL PROTECTED]
  Subject: XML Editor
 
 
  Does anyone know of a good, free XML editor that does XSLT transforms
and
  preserves unicode characters?
 
  Im currently using XRay but it seems to corrupt my unicode values upon
  translation.
 
  I put in the correct unicode characters for non breaking space but after
  translation, when I put it through FOP I get an error message telling me
  that there is an unrecognised unicode character.
 
  snip
  fo:block#xa0;/fo:block
 
  Produces the following error:
 
  [ERROR] Invalid byte 1 of 1-byte UTF-8 sequence.
  org.apache.fop.apps.FOPException: Invalid byte 1 of 1-byte UTF-8
sequence.
  at org.apache.fop.apps.Driver.render(Driver.java:507)
  at
  org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:10
  6)
  at org.apache.fop.apps.Fop.main(Fop.java:62)
 
  -
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 -
 
 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
Founder Member of Phpfr.Org

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]