473,394 Members | 1,746 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

XML editing without XML markup knowledge

I like to announce you the product X2U, avaible under
http://www.lumrix.net/x2.

X2U is an acronym for "XML to user". Existing XML editors still ignore
the fact that users don't want to read XML markup. Our view is: Not
users have to align to XML, but XML has to align to users.

X2U allows users tp fill out simple web forms, which are automatically
derived from XML models. The XML model provides the XML structure and
an interface (man-machine, machine-machine). X2U accepts an XML
document, an XML Schema, a DTD (Document Type Definition) or an XML
form (XForms). All you need is a web browser. Forms often restrict the
contents an author wants to put in. The X2U approach is more flexible:
Simply change the XML model to customize the forms!

Check out this software ...

cu, dirk
Jul 20 '05 #1
3 2406
Do you also offer a similar tool for programmers, who don't know a
programming language?
If your users do not have any "XML markup knowledge", how can they be sure
that what your product is really editing is XML?

"Dirk Rudolf" <go****@lumrix.net> wrote in message
news:50*************************@posting.google.co m...
I like to announce you the product X2U, avaible under
http://www.lumrix.net/x2.

X2U is an acronym for "XML to user". Existing XML editors still ignore
the fact that users don't want to read XML markup. Our view is: Not
users have to align to XML, but XML has to align to users.

X2U allows users tp fill out simple web forms, which are automatically
derived from XML models. The XML model provides the XML structure and
an interface (man-machine, machine-machine). X2U accepts an XML
document, an XML Schema, a DTD (Document Type Definition) or an XML
form (XForms). All you need is a web browser. Forms often restrict the
contents an author wants to put in. The X2U approach is more flexible:
Simply change the XML model to customize the forms!

Check out this software ...

cu, dirk

Jul 20 '05 #2

"Dimitre Novatchev" <dn********@yahoo.com> wrote in message
news:bm************@ID-152440.news.uni-berlin.de...
Do you also offer a similar tool for programmers, who don't know a
programming language?
Good one! Other than the falacy that there exists no programmer who does
not know 1+ programming languages.
If your users do not have any "XML markup knowledge", how can they be sure
that what your product is really editing is XML?
You have a point here in a sense. If the user wishes to "edit XML" they
should be comfortable knowing that their GUI activities are in fact
producing XML. Dirk, does your tool allow them to see the XML "under the
hood" so to speak?

Code generation tools (in this case generating XML) are an old idea and few
have come close to producing viable options. Out of curiosity, Dirk, what
makes X2U special? As in: what features does it have over other XML
editors? Those others enable the user to drag and drop items onto a
treeview structure, which graphically represents the XML. In those
treeviews the user is not editing XML content, they're editing a treeview.
Of course there is a 1-1 mapping between the treeview and the XML content
"under the hood" but that is not what the user is directly dealing with. So
in that sense, I would say that the user need only understand treeviews
(which have been around since the early days of GUI development over a
decade ago). So I am interested to learn: what exactly is the special thing
that X2U offers? Put another way: If I were a potential client going to buy
XMLSpy and you came to me with your product, what pitch would you make to
cause me to spend my money on X2U rather than XMLSpy (other than the
pricing)? Also, what do you think of Microsoft's InfoPath?

Thanks.
"Dirk Rudolf" <go****@lumrix.net> wrote in message
news:50*************************@posting.google.co m...
I like to announce you the product X2U, avaible under
http://www.lumrix.net/x2.

X2U is an acronym for "XML to user". Existing XML editors still ignore
the fact that users don't want to read XML markup. Our view is: Not
users have to align to XML, but XML has to align to users.

X2U allows users tp fill out simple web forms, which are automatically
derived from XML models. The XML model provides the XML structure and
an interface (man-machine, machine-machine). X2U accepts an XML
document, an XML Schema, a DTD (Document Type Definition) or an XML
form (XForms). All you need is a web browser. Forms often restrict the
contents an author wants to put in. The X2U approach is more flexible:
Simply change the XML model to customize the forms!

Check out this software ...

cu, dirk


Jul 20 '05 #3
"Kimanzi Mati" <ma****@emergentlogic.com> wrote in message
news:tHyhb.30740$k74.28269@lakeread05...

"Dimitre Novatchev" <dn********@yahoo.com> wrote in message
news:bm************@ID-152440.news.uni-berlin.de...
Do you also offer a similar tool for programmers, who don't know a
programming language?
Good one! Other than the falacy that there exists no programmer who does
not know 1+ programming languages.


Fallacy? There are many C++ programmers who know <1 programming language.
;-}

As to the rest, X2U seems to be a tree editor, of which there are many
examples, presented as a form.

Bob Foster
If your users do not have any "XML markup knowledge", how can they be sure that what your product is really editing is XML?


You have a point here in a sense. If the user wishes to "edit XML" they
should be comfortable knowing that their GUI activities are in fact
producing XML. Dirk, does your tool allow them to see the XML "under the
hood" so to speak?

Code generation tools (in this case generating XML) are an old idea and

few have come close to producing viable options. Out of curiosity, Dirk, what
makes X2U special? As in: what features does it have over other XML
editors? Those others enable the user to drag and drop items onto a
treeview structure, which graphically represents the XML. In those
treeviews the user is not editing XML content, they're editing a treeview.
Of course there is a 1-1 mapping between the treeview and the XML content
"under the hood" but that is not what the user is directly dealing with. So in that sense, I would say that the user need only understand treeviews
(which have been around since the early days of GUI development over a
decade ago). So I am interested to learn: what exactly is the special thing that X2U offers? Put another way: If I were a potential client going to buy XMLSpy and you came to me with your product, what pitch would you make to
cause me to spend my money on X2U rather than XMLSpy (other than the
pricing)? Also, what do you think of Microsoft's InfoPath?

Thanks.
"Dirk Rudolf" <go****@lumrix.net> wrote in message
news:50*************************@posting.google.co m...
I like to announce you the product X2U, avaible under
http://www.lumrix.net/x2.

X2U is an acronym for "XML to user". Existing XML editors still ignore
the fact that users don't want to read XML markup. Our view is: Not
users have to align to XML, but XML has to align to users.

X2U allows users tp fill out simple web forms, which are automatically
derived from XML models. The XML model provides the XML structure and
an interface (man-machine, machine-machine). X2U accepts an XML
document, an XML Schema, a DTD (Document Type Definition) or an XML
form (XForms). All you need is a web browser. Forms often restrict the
contents an author wants to put in. The X2U approach is more flexible:
Simply change the XML model to customize the forms!

Check out this software ...

cu, dirk



Jul 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: B. Tommie Usdin | last post by:
--------------------------------------------------------- ************* Complete Program Available ************** ************ Late Breaking News Added ************* *********** Extreme...
6
by: Francesco Moi | last post by:
Hello I want to insert an horizontal rule into my HTML page, but without using <HR> or <HR size=1>, as I consider it oldfashioned. Does anybody know a good way? Thank you very much.
26
by: Miguel Orrego | last post by:
Hi, Can anybody recommend a good freeware WYSIWYG editor with code view as well? Thanks.
14
by: D. Alvarado | last post by:
Hello, I am trying to open a window containing an image and I would like the image to be flush against the window -- i.e. have no padding or border. Can I make this happen with a single call to a...
3
by: Sarav | last post by:
Hi All, I need to upload an XML file via an client side ActiveX control. I searched the web but everywhere got the samples of using file control alone. How can I upload a file into my web server...
56
by: Luke Matuszewski | last post by:
I am designing the library, which will hidden all its functions within singleton object ... So for clients they will use it like . eg. system.getElementWithId('ruler'); At library side, i...
21
by: webmaster | last post by:
Hi all, Without opening a HUGE can of worms, I just wanted to get some ideas of what others are using professionally to create websites commercially. For years I had used Homesite and never...
15
by: lbrtchx | last post by:
I am trying to write up a page with Math formulas (statistical ones) ~ http://www.geocities.com/tekmonk2005/OnLineStats02.html ~ The thing is that I am not able to make it look OK using HTML. I...
4
eragon
by: eragon | last post by:
( This discussion was started in the JavaScript forum, i found out that PHP will do what i need, now i need to find out how to do it... ) Now i need to find out how to make the PHP page......
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.