Skip to content

problem in xml files #1

@djangoliv

Description

@djangoliv

First, thanks for this. It is a good idea.
It works for me in html files but not in xml files.

For example, changing target in this file bellow does not change the good tags.

<?xml version="1.0" encoding="UTF-8"?>
<project name="test">
  <target name="test1">
    <exec executable="g">
      <arg file="new" />
    </exec>
  </target>
  <target name="test2">
    <echoproperties />
  </target>
</project>


Regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions