Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > RE: Tool for *building* custom interfaces for XML editing

Reply
Thread Tools

RE: Tool for *building* custom interfaces for XML editing

 
 
slippyd@gmail.com
Guest
Posts: n/a
 
      10-21-2005
> Hello everybody,
>
> I'm looking for an XML based tool with some specific features. Let me
> give you
> a quick background before shooting the question...
>
> Who am I: a company offering services and tools for data entry.
>
> My clients: people who need to enter data into a system, and then send
> me
> the data in XML format. The data is mostly mixed-content, like short
> papers,
> and formetted text. But these sub-chunks are all organized in a
> tree-like
> structure.
>
> My problem: provide my clients with a *simple* tool that let them
> enter the
> data into the system. They must be able to enter formatted text
> (normal, bold, etc.) and navigate through the tree structure.
>
> Question: is there a developer tool that allows me to build such
> interfaces with relatively little effort?
>
> So far, I'm used to tools like FileMaker (or MS Access...). You can
> easily build forms and formats, and adding a field or a button is a
> matter of a mouse click.
> Unfortunately they are based on classical database concepts, and data
> must be structured in tables... This way I have to implement joins and
> spend a lot of time in chaining different tables. XML is the way to
> go, but I couldn't find any tool with the same usability so far.
>
> Thank you,
> Stefano



As far as I know, nothing like this exists. Whoever writes it will have
a killer app. I think I may try to write it, but it would be Mac-first,
because I am not familar with the Windows application creation kits.

 
Reply With Quote
 
 
 
 
Rob Tweed
Guest
Posts: n/a
 
      10-21-2005
Take a look at http://www.mgateway.com/ewd/XMLForms1.2.pdf

This is part of our eXtc Web Developer toolset :

http://www.mgateway.com/php/mgw/ewd.php

From your posting I believe it's exactly what you're looking for



On 21 Oct 2005 09:19:17 -0700, "" <>
wrote:

>> Hello everybody,
>>
>> I'm looking for an XML based tool with some specific features. Let me
>> give you
>> a quick background before shooting the question...
>>
>> Who am I: a company offering services and tools for data entry.
>>
>> My clients: people who need to enter data into a system, and then send
>> me
>> the data in XML format. The data is mostly mixed-content, like short
>> papers,
>> and formetted text. But these sub-chunks are all organized in a
>> tree-like
>> structure.
>>
>> My problem: provide my clients with a *simple* tool that let them
>> enter the
>> data into the system. They must be able to enter formatted text
>> (normal, bold, etc.) and navigate through the tree structure.
>>
>> Question: is there a developer tool that allows me to build such
>> interfaces with relatively little effort?
>>
>> So far, I'm used to tools like FileMaker (or MS Access...). You can
>> easily build forms and formats, and adding a field or a button is a
>> matter of a mouse click.
>> Unfortunately they are based on classical database concepts, and data
>> must be structured in tables... This way I have to implement joins and
>> spend a lot of time in chaining different tables. XML is the way to
>> go, but I couldn't find any tool with the same usability so far.
>>
>> Thank you,
>> Stefano

>
>
>As far as I know, nothing like this exists. Whoever writes it will have
>a killer app. I think I may try to write it, but it would be Mac-first,
>because I am not familar with the Windows application creation kits.


---
Rob Tweed
M/Gateway Developments Ltd

The Pursuit of Productivity : http://www.mgateway.com
---
 
Reply With Quote
 
 
 
 
Dimitre Novatchev
Guest
Posts: n/a
 
      10-21-2005
Infopath

Cheers,
Dimitre Novatchev


<> wrote in message
news: ups.com...
>> Hello everybody,
>>
>> I'm looking for an XML based tool with some specific features. Let me
>> give you
>> a quick background before shooting the question...
>>
>> Who am I: a company offering services and tools for data entry.
>>
>> My clients: people who need to enter data into a system, and then send
>> me
>> the data in XML format. The data is mostly mixed-content, like short
>> papers,
>> and formetted text. But these sub-chunks are all organized in a
>> tree-like
>> structure.
>>
>> My problem: provide my clients with a *simple* tool that let them
>> enter the
>> data into the system. They must be able to enter formatted text
>> (normal, bold, etc.) and navigate through the tree structure.
>>
>> Question: is there a developer tool that allows me to build such
>> interfaces with relatively little effort?
>>
>> So far, I'm used to tools like FileMaker (or MS Access...). You can
>> easily build forms and formats, and adding a field or a button is a
>> matter of a mouse click.
>> Unfortunately they are based on classical database concepts, and data
>> must be structured in tables... This way I have to implement joins and
>> spend a lot of time in chaining different tables. XML is the way to
>> go, but I couldn't find any tool with the same usability so far.
>>
>> Thank you,
>> Stefano

>
>
> As far as I know, nothing like this exists. Whoever writes it will have
> a killer app. I think I may try to write it, but it would be Mac-first,
> because I am not familar with the Windows application creation kits.
>



 
Reply With Quote
 
Peter Flynn
Guest
Posts: n/a
 
      10-21-2005
wrote:

>> Hello everybody,
>>
>> I'm looking for an XML based tool with some specific features. Let me
>> give you
>> a quick background before shooting the question...
>>
>> Who am I: a company offering services and tools for data entry.
>>
>> My clients: people who need to enter data into a system, and then send
>> me
>> the data in XML format. The data is mostly mixed-content, like short
>> papers,
>> and formetted text. But these sub-chunks are all organized in a
>> tree-like
>> structure.
>>
>> My problem: provide my clients with a *simple* tool that let them
>> enter the
>> data into the system. They must be able to enter formatted text
>> (normal, bold, etc.) and navigate through the tree structure.
>>
>> Question: is there a developer tool that allows me to build such
>> interfaces with relatively little effort?
>>
>> So far, I'm used to tools like FileMaker (or MS Access...). You can
>> easily build forms and formats, and adding a field or a button is a
>> matter of a mouse click.
>> Unfortunately they are based on classical database concepts, and data
>> must be structured in tables... This way I have to implement joins and
>> spend a lot of time in chaining different tables. XML is the way to
>> go, but I couldn't find any tool with the same usability so far.
>>
>> Thank you,
>> Stefano

>
>
> As far as I know, nothing like this exists. Whoever writes it will have
> a killer app. I think I may try to write it, but it would be Mac-first,
> because I am not familar with the Windows application creation kits.


It sounds as if what you want is a normal XML document editor (ie one that
will handle mixed content) rather than a data editor, which assumes the
input is in rectangular tables. There are dozens of these, and some of
them allow you to customise the interface so that you can remove the bits
you don't want your users to be exposed to, and leave the text-entry pane
for the mixed content and the hierarchical pane for navigation. But it
does need to be one of the programmable ones, eg EPIC, XMetaL, epcEdit,
etc, rather than one where the interface is immutable.

///Peter
--
XML FAQ: http://xml.silmaril.ie/

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Are you looking for high quality photo editing and video editing? gwanglu@gmail.com C Programming 0 07-19-2006 12:32 PM
data-entry tool for editing XML documents based on an XSD Micah XML 2 05-12-2005 05:10 PM
tool to validate xml file against custom XML Schema file Leona XML 9 11-01-2004 09:51 AM
Using Interfaces to shield of custom data objects ru Java 5 06-24-2004 07:20 PM
XML editing without XML markup knowledge Dirk Rudolf XML 3 10-10-2003 06:52 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57