Bugs

If you find a bug please feel free to post a comment on this page.

20 comments:

  1. Error thrown at line 184, column 6 in () in http://xmltoolbox.appspot.com/Xmltoolbox/860DC7A447E4D9A894ADD670C874D5F2.cache.html:

    both in chrome 18 or opera 12

    ReplyDelete
    Replies
    1. Could you post your xml. Or mail it to xtfeedback@gmail.com

      Delete
  2. Using xml that includes encapsulated data breaks the text indent for the next tag.





    ReplyDelete
  3. (?xml version="1.0" encoding="utf-8"?)
    (offers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1")
    (cat)(![CDATA[the category]])(/cat)
    (name)(![CDATA[the name]])(/name)
    (/offers)

    ReplyDelete
  4. Replies
    1. www.xmltoolbox.com is now up and running again.

      Delete
  5. Replies
    1. www.xmltoolbox.com is now up and running again.

      Delete
  6. The website is currently down. Do you have an ETA on when it will be back up and running? I use this service on a daily basis for a web service and have recommended it to other individuals within the enterprise.

    ReplyDelete
    Replies
    1. Hi Brian.

      If you havent allready seen it then I can tell you the page is back up and runing. Im sorry for the downtime. I have ben on vecation and I forgot to renew the domain before I left.

      Kind regards.
      Ole Bille

      Delete
  7. When you copy an invalid XML to the Xml formatter and hit the "Format xml" - button Firefox (v28.0) is not responding, crashes and you are forced to quit Firefox. Same Error in Chrome (v34.0.1847.116 m)
    For example:






    <

    ReplyDelete
    Replies
    1. Here is the xml:
      http://oi60.tinypic.com/2iieqgj.jpg

      Delete
  8. XPath Generator will not load onto the page

    ReplyDelete
    Replies
    1. What browser are you using? I have tested it with chrome, firefox and safari.

      Delete
  9. i got a wrong xpath for the following elements:

    ======xml doc


    BBB,CCC,B48
    AAA,B18



    33
    25




    LM5056

    ============

    ========xpath for the first element
    /PSU_HAR4000//PRX_List[1]@model
    ============


    there is a redundant '/' char

    ReplyDelete
  10. Xpath generator. For example have such xml:




    County1


    County2




    click on PreviousAddress/Country element - will have WRONG xpath:

    /request[@xmlns:a="http://schemas.datacontract.org/xxx"]/a:IndividualDetails/a:CurrentAddress/a:County

    ReplyDelete
  11. I tried the xpath generator, nice.

    I did find something that does not look right. In the XML below, it will give me the xpath for PersonMiddleName, but not for the elements inside this element. These sub-elements are also inside PersonGivenName and I get the xpath for them.





    cid:374525350714



    NY
    NY
    AZ
    0101010102020203
    Internal Reference #1
    1


    123456789
    AZ

    1
    2
    N

    1996-09-15-04:00



    JOHNN
    N


    DAVIDN
    N


    SMITHN
    N

    SR


    12345
    A01




    ReplyDelete
  12. here: https://xmltoolbox.appspot.com/xpath_generator.html
    the Generated Xpath for the content attribute of this XML (removed the < and >):
    html
    head
    meta name="description" content="Explore how IBM uses Internet of Things technology to connect the physical world, and see how IoT can change businesses and lives."
    head
    html

    Is generating: /html/head/meta[@name="description"]@content

    But the correct is: /html/head/meta[@name='description']/@content

    (missing a slash before @content)

    ReplyDelete
  13. Hi,

    Great tool!!!

    However seems XPath generator is not working when NameSpace is present.

    Regards
    Saurabh

    E.G:




    Node_A











    1501


    X.1501


















    ReplyDelete