About: XML editor     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:Whole100003553, within Data Space : dbpedia.org associated with source document(s)
QRcode icon
http://dbpedia.org/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FXML_editor

An XML editor is a markup language editor with added functionality to facilitate the editing of XML. This can be done using a plain text editor, with all the code visible, but XML editors have added facilities like tag completion and menus and buttons for tasks that are common in XML editing, based on data supplied with document type definition (DTD) or the XML tree.

AttributesValues
rdf:type
rdfs:label
  • XML-Editor (de)
  • Editor XML (es)
  • Éditeur XML (fr)
  • Edytor XML (pl)
  • Редактор XML (ru)
  • XML editor (en)
rdfs:comment
  • Ein XML-Editor ist ein Computerprogramm zum Editieren von XML-Dokumenten. Neben der bei normalen Texteditoren möglichen Eingabe von Klartext haben XML-Editoren besondere Fähigkeiten, die den Benutzer bei der Eingabe von Daten unterstützen, deren korrekter Aufbau durch eine zum Dokument zugehörige Dokumenttypdefinition (DTD) oder ein XML-Schema festgelegt wird. Der Editor ist dadurch in der Lage, nur gültige Dateneingaben zuzulassen und andere zurückzuweisen, was Fehleingaben verhindert. (de)
  • Un editor de XML es un editor de lenguaje de marcado con funcionalidades añadidas para facilitar la edición de XML. Esto se puede hacer con un editor de texto plano, con todo el código visible, pero los editores de XML han añadido facilidades como finalización de etiquetas y menús y botones para las tareas que son comunes en la edición de XML, sobre la base de datos suministrados con la definición de tipo de documento ( o DTD) o el árbol XML. (es)
  • Un éditeur XML est un éditeur de langage à balises avec des fonctionnalités ajoutées pour faciliter l'édition XML. Cela peut être fait en texte pur avec un éditeur de texte comme Kate, et le code visible. Des éditeurs XML spécifiques, toutefois, offrent des facilités comme la complétion de mots, des menus et boutons pour les tâches courantes lors de l'édition XML, et qui sont basées sur les données fournies avec le DTD. On peut citer par exemple XMLSpy, Editix, ou (sous licence GPL). On les appelle éditeurs WYSIWYG, mais ils ne le sont pas tous. Ou WYSIWYM (What you see is what you mean). (fr)
  • An XML editor is a markup language editor with added functionality to facilitate the editing of XML. This can be done using a plain text editor, with all the code visible, but XML editors have added facilities like tag completion and menus and buttons for tasks that are common in XML editing, based on data supplied with document type definition (DTD) or the XML tree. (en)
  • Edytor XML – program komputerowy służący do tworzenia dokumentów XML i jego aplikacji. Edytor XML powinien obsługiwać: * Well-Formed XML * wszystkie aplikacje XML np. * RDF * XHTML * SVG * SMIL * i inne * część SGML-a w postaci DTD Edytor XML powinien wspierać języki przeznaczone dla XML-a takie jak: * XML Schema * XLink * XML Base * XSL * XSLT * XSL-FO * XML Inclusions * Namespaces in XML * XQuery * * Edytor XML powinien również posiadać cechy takie jak: (pl)
  • Редактор XML — это редактор для языка разметки, функциональность которого позволяет упростить работу с документами в формате XML. Редактировать XML можно и с помощью текстовых редакторов, в которых видно код, однако редакторы XML предлагают дополнительные возможности, такие как автоматическое завершение тегов, а также меню и кнопки для выполнения типичных задач при работе с XML. (ru)
foaf:depiction
  • http://commons.wikimedia.org/wiki/Special:FilePath/Xml_editor_table.png
  • http://commons.wikimedia.org/wiki/Special:FilePath/Xml_graphical_editor.png
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
sameAs
dbp:wikiPageUsesTemplate
thumbnail
has abstract
  • Ein XML-Editor ist ein Computerprogramm zum Editieren von XML-Dokumenten. Neben der bei normalen Texteditoren möglichen Eingabe von Klartext haben XML-Editoren besondere Fähigkeiten, die den Benutzer bei der Eingabe von Daten unterstützen, deren korrekter Aufbau durch eine zum Dokument zugehörige Dokumenttypdefinition (DTD) oder ein XML-Schema festgelegt wird. Der Editor ist dadurch in der Lage, nur gültige Dateneingaben zuzulassen und andere zurückzuweisen, was Fehleingaben verhindert. XML-Editoren bieten häufig auch verschiedene Sichtweisen auf die XML-Dateien. Die Textansicht zeigt den Inhalt der XML-Daten direkt an und wird in aller Regel durch Syntax-Highlighting und automatische Vervollständigung unterstützt. In der Gridansicht werden die Elemente als hierarchische Gitter bzw. Tabelle dargestellt. Die Browseransicht zeigt, wie die Daten in einem Browser angezeigt würden. XML-Editoren gibt es als Standalone-Programm, als Plugin in einen anderen Editor/Anzeigeprogramm oder auch webbasiert. (de)
  • Un editor de XML es un editor de lenguaje de marcado con funcionalidades añadidas para facilitar la edición de XML. Esto se puede hacer con un editor de texto plano, con todo el código visible, pero los editores de XML han añadido facilidades como finalización de etiquetas y menús y botones para las tareas que son comunes en la edición de XML, sobre la base de datos suministrados con la definición de tipo de documento ( o DTD) o el árbol XML. También hay editores gráficos XML que ocultan el código en el fondo y presentan el contenido al usuario en un formato más fácil de usar, aproximándola a la versión renderizada o a la edición de formularios. Esto es útil para situaciones en las que las personas que no dominan el código XML necesitan introducir la información de los documentos basados en XML, tales como hojas de tiempo y los informes de gastos. E incluso si el usuario está familiarizado con XML, el uso de estos editores, que se encargan de los detalles de la sintaxis, es más rápido y más conveniente además de contribuir a la edición de xml en android. (es)
  • Un éditeur XML est un éditeur de langage à balises avec des fonctionnalités ajoutées pour faciliter l'édition XML. Cela peut être fait en texte pur avec un éditeur de texte comme Kate, et le code visible. Des éditeurs XML spécifiques, toutefois, offrent des facilités comme la complétion de mots, des menus et boutons pour les tâches courantes lors de l'édition XML, et qui sont basées sur les données fournies avec le DTD. On peut citer par exemple XMLSpy, Editix, ou (sous licence GPL). Il existe aussi des éditeurs XML graphiques qui cachent le code en arrière-plan et présentent le contenu à l'utilisateur dans un format plus lisible, proche de la version qui doit être affichée à la fin. Cela est utilisé pour ceux qui ne sont pas familiarisés avec le code XML, et leur permet d'entrer des données dans un document sans avoir à prendre en compte les détails de sa syntaxe. On les appelle éditeurs WYSIWYG, mais ils ne le sont pas tous. Ou WYSIWYM (What you see is what you mean). (fr)
  • An XML editor is a markup language editor with added functionality to facilitate the editing of XML. This can be done using a plain text editor, with all the code visible, but XML editors have added facilities like tag completion and menus and buttons for tasks that are common in XML editing, based on data supplied with document type definition (DTD) or the XML tree. There are also graphical XML editors that hide the code in the background and present the content to the user in a more user-friendly format, approximating the rendered version or editing forms. This is helpful for situations where people who are not fluent in XML code need to enter information in XML based documents such as time sheets and expenditure reports. And even if the user is familiar with XML, use of such editors, which take care of syntax details, is often faster and more convenient. (en)
  • Edytor XML – program komputerowy służący do tworzenia dokumentów XML i jego aplikacji. Edytor XML powinien obsługiwać: * Well-Formed XML * wszystkie aplikacje XML np. * RDF * XHTML * SVG * SMIL * i inne * część SGML-a w postaci DTD Edytor XML powinien wspierać języki przeznaczone dla XML-a takie jak: * XML Schema * XLink * XML Base * XSL * XSLT * XSL-FO * XML Inclusions * Namespaces in XML * XQuery * * Edytor XML powinien również posiadać cechy takie jak: * Kolorowanie kodu * Wprowadzanie znaków specjalnych i encji * Kontrola poprawności składniowej (w postaci walidatora działającego na podstawie DTD, XML Schema i Namespaces in XML) (pl)
  • Редактор XML — это редактор для языка разметки, функциональность которого позволяет упростить работу с документами в формате XML. Редактировать XML можно и с помощью текстовых редакторов, в которых видно код, однако редакторы XML предлагают дополнительные возможности, такие как автоматическое завершение тегов, а также меню и кнопки для выполнения типичных задач при работе с XML. Существуют также графические редакторы XML, которые скрывают код и представляют контент в более удобном виде. Это позволяет людям, не разбирающимся в коде XML, вводить информацию в документы, основанные на XML, например, в ведомости отработанного времени и отчеты о расходах. Редакторы XML полезны и пользователям, хорошо знакомым с XML, так как применение таких редакторов в любом случае ускоряет разработку XML документов. (ru)
gold:hypernym
prov:wasDerivedFrom
page length (characters) of wiki page
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (62 GB total memory, 51 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software