I’m working on a project with java jaxb – xml file. In order to validate an Xml I’m using all xsd validator and schema.validator etc etc, everything It’s ok but I have a particular request: I must to check if an xml file contain this first line: <?xml version="1.0" encoding="UTF-8"?> . Now I have all […]
The post Check if <?xml version="1.0" encoding="UTF-8"?> is present in xml file – JAVA appeared first on BlogoSfera.