xembly icon indicating copy to clipboard operation
xembly copied to clipboard

Assembly for XML: an imperative language for modifying XML documents

Results 19 xembly issues
Sort by recently updated
recently updated
newest added

I want to make a big document like this: ``` final Directives dirs = new Directives() .add("a"); for (final Element elem : blist) { dirs.add("b1").attr("id", 1); } for (final Element...

Let's get rid of ANTLR library and parse Xembly syntax using a more primitive approach. Just by string manipulations. It's not that complex.

bug
30 mins
DEV
scope

Let's make it possible to switch pretty print of XML output ON and OFF

bug
30 mins
DEV

At the moment adding an element/attribute with a namespace into Directives not implemented. I believe it has to be. @yegor256 ~~could you suggest right now any workaround to add an...

bug
30 mins
DEV
scope

Xembly doesn't allow to generate xml fragment without the header ``. It would be great to add a new method `Xembler.xml(boolean header)`

bug
30 mins
DEV
scope

`Directives.set()` should accept `CharSequence`

bug
30 mins
DEV
scope

Let's make it possible to create documents with `standalone=no` in the XML declaration, for example: ``` xml ```

bug
30 mins
DEV

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/yegor256/xembly). - WARN:...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.jcabi:parent](https://www.jcabi.com/parent) ([source](https://togithub.com/jcabi/jcabi-parent)) | `0.62.0` -> `0.63.2` |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.jcabi:jcabi-xml](https://www.jcabi.com) ([source](https://togithub.com/jcabi/jcabi-xml)) | `0.25.0` -> `0.25.4` |...