XStream
  1. XStream
  2. XSTR-432

Attributes insert additional _ in names

    Details

    • Type: Bug Bug
    • Status: Closed Closed
    • Priority: Major Major
    • Resolution: Won't Fix
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: Converters
    • Labels:
      None

      Description

      HierarchicalStreamWriter writer;
      writer.addAttribute("a_b", "abc");

      produces

      <X a__b="abc" />

      Notice the double '_' instead of single '' in the XML.

        People

        • Assignee:
          Unassigned
          Reporter:
          Misko Hevery
        • Votes:
          0 Vote for this issue
          Watchers:
          0 Start watching this issue

          Dates

          • Created:
            Updated:
            Resolved: