xModify

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-14 14:42:51

软件介绍

xModify is an XML syntax that can be used to update HTML elements declaratively. This means that developers can utilize server-side frameworks to create xModify documents that an xModify Processor will use to update the HTML document.

Why is this Helpful?

Because, instead of having to create JavaScript to update the UI for a particular dataset, the developer
can use server-side functionality such as PHP, J2EE, Ruby, or XSLT to create XML documents that can to the same thing. This
typically will save code, time and increase the maintainablity of the application.


The second reason xModify is helpful is that it puts the know-how into a well defined XML layer, instead of either a
client-side or server-side library. XML can be outputted from any server-side or processed client-side layer, making it more likely that knowledge of
xModify can be leveraged across projects.

Operations

xModify contains a set of operation that a developer would need to perform when manipulating a XML or HTML DOM.

Each of the operations contains a select attribute that is used to select a set
of operations.

  • append

    Append the children of the operation to the selected nodes

  • clone

    Create a clone of the selected nodes.

  • insert-after

    Insert the children of the operation after the selected nodes

  • insert-at

    Insert the children of the operation at a specific index of the selected nodes

  • insert-before

    Insert the children of the operation before the selected nodes

  • remove-attribute

    Remove an attribute from the selected nodes

  • remove-element

    Remove the selected nodes.

  • replace

    Replace the selected nodes with the children of the operation.

  • replace-children

    Replace the children of selected nodes with the children of the operation.

  • set-attribute

    Change an attribute of the selected nodes.

  • set-innerhtml

    Change the HTML of the selected nodes to be the children of the operation.

  • embed-xal

    Embed XAL components of the operation into the selected nodes.

本文地址:https://codercto.com/soft/d/23367.html

你的灯亮着吗?

你的灯亮着吗?

高斯 (Donald C. Gause)、温伯格 (Gerald M.Weinberg) / 俞月圆 / 人民邮电出版社 / 2014-1-1 / CNY 25.00

本书以别具一格的视角和幽默风趣的语言讨论了解决问题时有可能遇到的多种困难,并就如何训练思维能力指点迷津。本书分六个主题,每个主题都由若干生动有趣和发人深省的小故事组成,巧妙地引导读者先确认真正的问题,然后明确问题该由谁解决,再确定问题的根源,最后决定到底想不想解决这个问题。 本书适合所有业界人士以及想要探索问题解决之道的虚心读者细细品味。一起来看看 《你的灯亮着吗?》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具