Perform xml transformation and filtering in java -


I want to filter some nested xml elements, evaluate their properties for this purpose I have a skilled and lightweight Java API Or searching for a framework.

The main requirements are:

  • Filter element elements based on an element or position
  • Event based XM conversion

My first idea was Apache jelly, but jelly has a bad side effect, it removes the CDATA tag and removes an unwanted behavior.

Thanks in advance.

Simple and try.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -