<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: XML Editor in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16569#M7365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;what about &lt;/SPAN&gt;&lt;A href="http://chiba.sourceforge.net/" rel="nofollow noopener noreferrer"&gt;http://chiba.sourceforge.net/&lt;/A&gt;&lt;SPAN&gt; from &lt;/SPAN&gt;&lt;A href="http://www.chibacon.de" rel="nofollow noopener noreferrer"&gt;http://www.chibacon.de&lt;/A&gt;&lt;SPAN&gt;? It's a server side, but ajax enabled xforms editor. They have an xsd2xforms conversion (bot in java and in xslt). Using xforms for editing xml would be cool.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Feb 2006 19:02:19 GMT</pubDate>
    <dc:creator>unknown-user</dc:creator>
    <dc:date>2006-02-04T19:02:19Z</dc:date>
    <item>
      <title>XML Editor</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16560#M7356</link>
      <description>If you are looking for an XML editor that uses a schema to generate a form then this is may be of interest&amp;nbsp; to you.I have been working on a tutorial for adding an inline editor to alfresco. I need to go back and finish that.in the mean time the source for the work can be found athttp://www.posit-gro</description>
      <pubDate>Sat, 12 Nov 2005 00:45:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16560#M7356</guid>
      <dc:creator>rdanner</dc:creator>
      <dc:date>2005-11-12T00:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: XML Editor</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16561#M7357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If you are looking for an XML editor that uses a schema to generate a form then this is may be of interest&amp;nbsp; to you.&lt;BR /&gt;&lt;BR /&gt;I have been working on a tutorial for adding an inline editor to alfresco. I need to go back and finish that.&lt;BR /&gt;&lt;BR /&gt;in the mean time the source for the work can be found at&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.posit-group.org/cache/xml-editor.zip" rel="nofollow noopener noreferrer"&gt;http://www.posit-group.org/cache/xml-editor.zip&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This is only an example.&amp;nbsp; There are a number of issues.&lt;BR /&gt;&lt;BR /&gt;First the example uses a applet (that costs money). &lt;BR /&gt;&lt;BR /&gt;Second the example uses an applet (that causes browsers to flake)&lt;BR /&gt;&lt;BR /&gt;Third,&lt;BR /&gt;&lt;BR /&gt;I used this as an oppertunity to demonstrate how we can put most of the code in alfresco in to uber-configurable patterns.&lt;BR /&gt;&lt;BR /&gt;In the checkinCheckoutbean method editFile you will notice the code has been pulled out and replace with a "pipeline invokation"&lt;BR /&gt;&lt;BR /&gt;The pipeline definition can be found in checkinCheckoutPipelineChains.xml&lt;BR /&gt;and the components used by the pipeline in pipeline-context.xml&lt;BR /&gt;&lt;BR /&gt;more on this later… gotta run&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok so if you want to take a look at this thing, here is how&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;o&amp;nbsp; Download the version 1 Alfresco Source&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;o&amp;nbsp; Expand it somewhere&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;o&amp;nbsp; Download the xml-editor.zip from (&lt;/SPAN&gt;&lt;A href="http://www.posit-group.org/cache/xml-editor.zip" rel="nofollow noopener noreferrer"&gt;http://www.posit-group.org/cache/xml-editor.zip&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;o Unzip it inside the projects folder of the alfresco source code (it should be right aside the other projects like repository)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;o&amp;nbsp; go inside of the xml-editor project and run build.bat.&amp;nbsp; Build.bat doesnt actual build anything. It just copies the files from the xml-editor over top of the existing projects.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;o build afresco war as usual&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;o upload the sample documents in to a space.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;o each file should be "inlineeditable" and of the mimetype XML&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;o add the Validated XML aspect to the salesreport.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;o edit the salesreport.xml (properties panel). You will see it has properties for a schema and a xsl.&amp;nbsp; edit them by selecting the xsl and xsd file you just uploaded.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when you click on the pencil for the xsl and xsd you should get the inline text editor.&amp;nbsp; when you click on the pencil for HTML you should get the html editor. When you click on the pencil for the salesreport.xml you should see an applet load, then have a form you can edit which will do validation.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Nov 2005 18:51:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16561#M7357</guid>
      <dc:creator>rdanner</dc:creator>
      <dc:date>2005-11-12T18:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: XML Editor</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16562#M7358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If you are looking for an XML editor that uses a schema to generate a form then this is may be of interest&amp;nbsp; to you.&lt;BR /&gt;&lt;BR /&gt;I have been working on a tutorial for adding an inline editor to alfresco. I need to go back and finish that.&lt;BR /&gt;&lt;BR /&gt;in the mean time the source for the work can be found at&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.posit-group.org/cache/xml-editor.zip" rel="nofollow noopener noreferrer"&gt;http://www.posit-group.org/cache/xml-editor.zip&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This is only an example.&amp;nbsp; There are a number of issues.&lt;BR /&gt;&lt;BR /&gt;First the example uses a applet (that costs money). &lt;BR /&gt;&lt;BR /&gt;Second the example uses an applet (that causes browsers to flake)&lt;BR /&gt;&lt;BR /&gt;Third,&lt;BR /&gt;&lt;BR /&gt;I used this as an oppertunity to demonstrate how we can put most of the code in alfresco in to uber-configurable patterns.&lt;BR /&gt;&lt;BR /&gt;In the checkinCheckoutbean method editFile you will notice the code has been pulled out and replace with a "pipeline invokation"&lt;BR /&gt;&lt;BR /&gt;The pipeline definition can be found in checkinCheckoutPipelineChains.xml&lt;BR /&gt;and the components used by the pipeline in pipeline-context.xml&lt;BR /&gt;&lt;BR /&gt;more on this later… gotta run&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Ok so if you want to take a look at this thing, here is how&lt;BR /&gt;&lt;BR /&gt;o&amp;nbsp; Download the version 1 Alfresco Source&lt;BR /&gt;o&amp;nbsp; Expand it somewhere&lt;BR /&gt;o&amp;nbsp; Download the xml-editor.zip from (&lt;A href="http://www.posit-group.org/cache/xml-editor.zip" rel="nofollow noopener noreferrer"&gt;http://www.posit-group.org/cache/xml-editor.zip&lt;/A&gt;)&lt;BR /&gt;o Unzip it inside the projects folder of the alfresco source code (it should be right aside the other projects like repository)&lt;BR /&gt;o&amp;nbsp; go inside of the xml-editor project and run build.bat.&amp;nbsp; Build.bat doesnt actual build anything. It just copies the files from the xml-editor over top of the existing projects.&lt;BR /&gt;o build afresco war as usual&lt;BR /&gt;&lt;BR /&gt;o upload the sample documents in to a space.&lt;BR /&gt;o each file should be "inlineeditable" and of the mimetype XML&lt;BR /&gt;o add the Validated XML aspect to the salesreport.xml&lt;BR /&gt;o edit the salesreport.xml (properties panel). You will see it has properties for a schema and a xsl.&amp;nbsp; edit them by selecting the xsl and xsd file you just uploaded.&lt;BR /&gt;&lt;BR /&gt;when you click on the pencil for the xsl and xsd you should get the inline text editor.&amp;nbsp; when you click on the pencil for HTML you should get the html editor. When you click on the pencil for the salesreport.xml you should see an applet load, then have a form you can edit which will do validation.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now.. the xml editor is not the interesting part in my oppinion.&amp;nbsp; What is interesting is the ability to choose what editor goes with what mimetype and other conditions like the content having a particular aspect without editing any code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;to make logic changes on how the editor is chosen, edit the checkinCheckoutPipelineChains.xml file. to modify what implements each link, modify the pipeline-context.xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now this is all well and good. but where this actually becomes interesting is when we allow plugins to add, subtract, and modify existing links from the chains, or even add new chains.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Nov 2005 18:55:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16562#M7358</guid>
      <dc:creator>rdanner</dc:creator>
      <dc:date>2005-11-12T18:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: XML Editor</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16563#M7359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Russ:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As part of an evaluation, I am interested in going through the steps of integrating an XML editor.&amp;nbsp; Unfortunately, I could not access the link &lt;/SPAN&gt;&lt;A href="http://www.posit-group.org/cache/xml-editor.zip" rel="nofollow noopener noreferrer"&gt;http://www.posit-group.org/cache/xml-editor.zip&lt;/A&gt;&lt;SPAN&gt; mentioned above.&amp;nbsp; Also, the Wiki page at &lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/mediawiki/index.php/Adding_an_Editor_Guide" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/mediawiki/index.php/Adding_an_Editor_Guide&lt;/A&gt;&lt;SPAN&gt; appears to be work in progress.&amp;nbsp; Is there any better place for me to get jump-started?&amp;nbsp; Could you please make the above resource available?&amp;nbsp; Thank you in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andreas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2006 22:56:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16563#M7359</guid>
      <dc:creator>a5sk4s</dc:creator>
      <dc:date>2006-01-30T22:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: XML Editor</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16564#M7360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Russ:&lt;BR /&gt;&lt;BR /&gt;As part of an evaluation, I am interested in going through the steps of integrating an XML editor.&amp;nbsp; Unfortunately, I could not access the link &lt;A href="http://www.posit-group.org/cache/xml-editor.zip" rel="nofollow noopener noreferrer"&gt;http://www.posit-group.org/cache/xml-editor.zip&lt;/A&gt; mentioned above.&amp;nbsp; Also, the Wiki page at &lt;A href="http://www.alfresco.org/mediawiki/index.php/Adding_an_Editor_Guide" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/mediawiki/index.php/Adding_an_Editor_Guide&lt;/A&gt; appears to be work in progress.&amp;nbsp; Is there any better place for me to get jump-started?&amp;nbsp; Could you please make the above resource available?&amp;nbsp; Thank you in advance.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Andreas&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sure I will repost that code on my personal server as the posit server is down at the moment.&amp;nbsp; Check again in a few minutes at URL&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.devartisan.org/xml-editor.zip" rel="nofollow noopener noreferrer"&gt;http://www.devartisan.org/xml-editor.zip&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-R&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2006 22:59:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16564#M7360</guid>
      <dc:creator>rdanner</dc:creator>
      <dc:date>2006-01-30T22:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: XML Editor</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16565#M7361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Russ, thanks for providing the example.&amp;nbsp; My current understanding is that this is at the proof of concept stage.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I checked the amount of effort, it would take me to merge it into the source code version that I have.&amp;nbsp; Based on the amount of changes and the fact that there are 3rd party libraries that don't appear to be open source, I've decided to stay away from it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On the other hand, I believe that this or a similar approach would be very useful. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any activity within the Alfresco team to make inline editor integration a more straight-forward process?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any feedback.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andreas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 01:42:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16565#M7361</guid>
      <dc:creator>a5sk4s</dc:creator>
      <dc:date>2006-02-01T01:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: XML Editor</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16566#M7362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is based on a third party tool, the second drawback is that it is an applet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a section in the wiki I think that helps integrate this code.&amp;nbsp; I am not sure if much has changed but this code was written for the pre 1.0 release.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry it is not more helpful.&amp;nbsp; We just did it to prove to people that you can plug other applications in to alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You might look at using BXE or something simular.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 01:46:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16566#M7362</guid>
      <dc:creator>rdanner</dc:creator>
      <dc:date>2006-02-01T01:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: XML Editor</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16567#M7363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Russ, I hope you didn't get me wrong: seeing what you've done was very helpful and I think that it goes into the right direction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only part that concerned me a bit was the use of the pipeline framework (which is fine for a proof of concept), as I'm not clear on the availability and licensing ramification.&amp;nbsp; So I decided not to integrate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm still interested in a solution and you pointed me in the right direction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At the same time, I was just interested&amp;nbsp; in existing activities in that area.&amp;nbsp; Maybe one of the Alfresco developers can speak to that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andreas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 22:00:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16567#M7363</guid>
      <dc:creator>a5sk4s</dc:creator>
      <dc:date>2006-02-01T22:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: XML Editor</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16568#M7364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Russ, I hope you didn't get me wrong: seeing what you've done was very helpful and I think that it goes into the right direction.&lt;BR /&gt;&lt;BR /&gt;The only part that concerned me a bit was the use of the pipeline framework (which is fine for a proof of concept), as I'm not clear on the availability and licensing ramification.&amp;nbsp; So I decided not to integrate.&lt;BR /&gt;&lt;BR /&gt;I'm still interested in a solution and you pointed me in the right direction.&lt;BR /&gt;&lt;BR /&gt;At the same time, I was just interested&amp;nbsp; in existing activities in that area.&amp;nbsp; Maybe one of the Alfresco developers can speak to that.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Andreas&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hey Andreas,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No problem what so ever.&amp;nbsp; The pipeline framework was partially to demonstate some of the concepts discussed in other threads where you can basically do inversion of control at the method level.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The pipeline stuff is licensed under the apache license 2.0.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 22:40:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16568#M7364</guid>
      <dc:creator>rdanner</dc:creator>
      <dc:date>2006-02-01T22:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: XML Editor</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16569#M7365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;what about &lt;/SPAN&gt;&lt;A href="http://chiba.sourceforge.net/" rel="nofollow noopener noreferrer"&gt;http://chiba.sourceforge.net/&lt;/A&gt;&lt;SPAN&gt; from &lt;/SPAN&gt;&lt;A href="http://www.chibacon.de" rel="nofollow noopener noreferrer"&gt;http://www.chibacon.de&lt;/A&gt;&lt;SPAN&gt;? It's a server side, but ajax enabled xforms editor. They have an xsd2xforms conversion (bot in java and in xslt). Using xforms for editing xml would be cool.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Feb 2006 19:02:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16569#M7365</guid>
      <dc:creator>unknown-user</dc:creator>
      <dc:date>2006-02-04T19:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: XML Editor</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16570#M7366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;what about &lt;A href="http://chiba.sourceforge.net/" rel="nofollow noopener noreferrer"&gt;http://chiba.sourceforge.net/&lt;/A&gt; from &lt;A href="http://www.chibacon.de" rel="nofollow noopener noreferrer"&gt;http://www.chibacon.de&lt;/A&gt;? It's a server side, but ajax enabled xforms editor. They have an xsd2xforms conversion (bot in java and in xslt). Using xforms for editing xml would be cool.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;kukeltje,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is very interesting.&amp;nbsp; We spent some time looking around at XForms some months back but there was some concern on the team about maturity and our familiarity with it.&amp;nbsp; One of our guys found the applet and we decided that we could put that in place in days (which we did) rather then taking a long time to make a proof of concept.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is your availability?&amp;nbsp; How comfortable with working on this are you?&amp;nbsp; I do not have time to do much research in this direction (in fact I have none).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can support yours or anothers efforts in getting this in to alfresco if that is something you want to do.&amp;nbsp; You would have to do the research and make a simple example outside of alfresco.&amp;nbsp; I could probably integrate it very quickly in alfresco or give you guidence on how to do it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;If your interested, lets get things fired up and going.&amp;nbsp; my email is &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:dannerr@csps.com" rel="nofollow noopener noreferrer"&gt;dannerr@csps.com&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-R&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Feb 2006 20:32:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16570#M7366</guid>
      <dc:creator>rdanner</dc:creator>
      <dc:date>2006-02-04T20:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: XML Editor</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16571#M7367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;what about &lt;A href="http://chiba.sourceforge.net/" rel="nofollow noopener noreferrer"&gt;http://chiba.sourceforge.net/&lt;/A&gt; from &lt;A href="http://www.chibacon.de" rel="nofollow noopener noreferrer"&gt;http://www.chibacon.de&lt;/A&gt;? It's a server side, but ajax enabled xforms editor. They have an xsd2xforms conversion (bot in java and in xslt). Using xforms for editing xml would be cool.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;kukeltje,&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Hi Russ, Sorry for not putting my name under this message. I won't forget it this time (it's Ronald)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What is your availability?&amp;nbsp; How comfortable with working on this are you?&amp;nbsp; I do not have time to do much research in this direction (in fact I have none).&lt;/BLOCKQUOTE&gt;&lt;STRONG&gt;Availability:&lt;/STRONG&gt;&lt;SPAN&gt; Depends, Via the company I work for: none, scarce priate time: a few minutes a day, Freelance: if it pays enough &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; No seriously.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Familiar:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; I'm quite familiar with chiba and jBPM and the combination. Although I never seem to find the time to realy finish it. I'm totaly unfamiliar with alfresco and it's editors. Since I do not want to start working on another opensource project if I did not even finish my tasks with jBPM and Chiba….. sorry… but the freelance option is always open &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I can support yours or anothers efforts in getting this in to alfresco if that is something you want to do.&amp;nbsp; You would have to do the research and make a simple example outside of alfresco.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;This I do not quite get. what do you mean by 'simple'. The default chiba usage is not complex. Adding some connectors to it to get the data out of the repository and put it back in should be straight-forward. The plugable architecture of chiba allows replacing a webservice call with a native java call for optimal performance. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I could probably integrate it very quickly in alfresco or give you guidence on how to do it.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;This is (imo) more work than the simple example, but mayby my understanding of simple differs from yours. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If your interested, lets get things fired up and going.&amp;nbsp; my email is dannerr@csps.com&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Always, but you know….. time….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ronald&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 23:22:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16571#M7367</guid>
      <dc:creator>unknown-user</dc:creator>
      <dc:date>2006-02-06T23:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: XML Editor</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16572#M7368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Guys - this is very interesting to us, since we've also looked at Chiba in the past and thought that it was a prime candidate for integration with Alfresco.&amp;nbsp; Once 1.2 is out, Chiba and jBPM are some of the immediate things we wanted to get hooked in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can we make use of your experience without taking up too much of your time?&amp;nbsp; If you were to do it or assist (freelance or out of the goodness of your heart), what's your instinct on effort required to integrate Chiba into a Java CMS and what approach would you take?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2006 10:08:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16572#M7368</guid>
      <dc:creator>paulhh</dc:creator>
      <dc:date>2006-02-07T10:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: XML Editor</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16573#M7369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you guys convinced me.. (enthousiasm always does). I think I can contribute 5-10 hours per week currently. I even try to convince my boss, well his boss in fact, to start using Alfresco, maybe even internal developers can be involved then.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe there could be even more synergy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- JBoss Portal has CMS (are you guys looking at that ore something new?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- jBPM is looking at supporting minimalistic document management (JCR based)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Chiba gains by this (exposure via Alfresco and JBoss)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With regard to the freelance/goodness of my heart, I'll initially go for the latter, but maybe the chiba guys can get commercially involved and do things much quicker.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2006 12:08:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16573#M7369</guid>
      <dc:creator>unknown-user</dc:creator>
      <dc:date>2006-02-07T12:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: XML Editor</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16574#M7370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;you guys convinced me.. (enthousiasm always does). I think I can contribute 5-10 hours per week currently. I even try to convince my boss, well his boss in fact, to start using Alfresco, maybe even internal developers can be involved then.&lt;BR /&gt;&lt;BR /&gt;Maybe there could be even more synergy.&lt;BR /&gt;- JBoss Portal has CMS (are you guys looking at that ore something new?)&lt;BR /&gt;- jBPM is looking at supporting minimalistic document management (JCR based)&lt;BR /&gt;- Chiba gains by this (exposure via Alfresco and JBoss)&lt;BR /&gt;&lt;BR /&gt;With regard to the freelance/goodness of my heart, I'll initially go for the latter, but maybe the chiba guys can get commercially involved and do things much quicker.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Thats great ronald, let me know if you need some help.&amp;nbsp; I am happy to offer any support.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2006 15:35:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16574#M7370</guid>
      <dc:creator>rdanner</dc:creator>
      <dc:date>2006-02-07T15:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: XML Editor</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16575#M7371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;you guys convinced me.. (enthousiasm always does). I think I can contribute 5-10 hours per week currently. I even try to convince my boss, well his boss in fact, to start using Alfresco, maybe even internal developers can be involved then.&lt;BR /&gt;&lt;BR /&gt;Maybe there could be even more synergy.&lt;BR /&gt;- JBoss Portal has CMS (are you guys looking at that ore something new?)&lt;BR /&gt;- jBPM is looking at supporting minimalistic document management (JCR based)&lt;BR /&gt;- Chiba gains by this (exposure via Alfresco and JBoss)&lt;BR /&gt;&lt;BR /&gt;With regard to the freelance/goodness of my heart, I'll initially go for the latter, but maybe the chiba guys can get commercially involved and do things much quicker.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Sorry for jumping on this many months late, but I am new to Alfresco and working on our web content management extensions, which will include use of chiba to provide an xforms implementation for browser-based XML content creation, editing, storage, and transformation (key to publish a single source of content to multiple websites sites and web pages within a site).&lt;BR /&gt;&lt;BR /&gt;I'd be interested to know what if any work happened here.&amp;nbsp; A high-level set of targets for our WCM initiative can be found here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.alfresco.org/forums/viewtopic.php?t=947" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/forums/viewtopic.php?t=947&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;… and details on the upcoming xforms implementation will be forthcoming on our wiki towards the end of March.&lt;BR /&gt;&lt;BR /&gt;Cheers.&lt;BR /&gt;&lt;BR /&gt;Kevin&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thats great ronald, let me know if you need some help.&amp;nbsp; I am happy to offer any support.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 01:14:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16575#M7371</guid>
      <dc:creator>kvc</dc:creator>
      <dc:date>2006-03-02T01:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: XML Editor</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16576#M7372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am currently evaluating the possibility to implement (embed) a flash based inline XML editor in Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I found this thread extremely interesting, but the samples are no longer available online. Realizing that this thread is now two years old, I'm afraid that even if they were, it may not be applicable to current code. So far I have not found much discussion on this issue in other places.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can someone please point me in the right direction on this? Does the sample code still exist? Has there been any work done in embedding inline editors under more recent versions of Alfresco? Do you know of any discussion on this subject that can help? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ron&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 07:31:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xml-editor/m-p/16576#M7372</guid>
      <dc:creator>ronb</dc:creator>
      <dc:date>2008-07-31T07:31:05Z</dc:date>
    </item>
  </channel>
</rss>

