VOOZH about

URL: https://www.javacodegeeks.com/tag/xml/page/2

⇱ XML Archives - Page 2 of 7 - Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Dinuka ArseculeratneAugust 11th, 2016
    1 469

    An introduction to working with JAXB

    I am in the process of migrating a few modules that are dependent on Apache XMLBeans to JAXB. It has been…

    Read More »
  • Enterprise Java👁 Image
    Dustin MarxJuly 25th, 2016
    0 308

    JAXB and Log4j XML Configuration Files

    Both Log4j 1.x and Log4j 2.x support use of XML files to specify logging configuration. This post looks into some…

    Read More »
  • Core Java👁 Image
    Yegor BugayenkoApril 1st, 2015
    1 127

    JAXB Is Doing It Wrong; Try Xembly

    JAXB is a 10-year-old Java technology that allows us to convert a Java object into an XML document (marshalling) and…

    Read More »
  • Core Java👁 Image
    Dustin MarxMarch 20th, 2015
    3 1,765

    Validating XML Against XSD(s) in Java

    There are numerous tools available for validating an XML document against an XSD. These include operating system scripts and tools…

    Read More »
  • Software Development👁 Image
    Keyhole SoftwareFebruary 19th, 2015
    0 159

    XML Manipulation With XML Copy Editor

    The XML document format, created in 1996, is still widely used to facilitate communication between disparate systems (though for certain…

    Read More »
  • Software Development👁 Image
    Pascal AlmaOctober 21st, 2014
    0 1,047

    right-pad values with XSLT

    In this post an XSLT function that can be used to right-pad the value of an element with a chosen…

    Read More »
  • Software Development👁 Image
    Fahd ShariffJuly 22nd, 2014
    1 2,703

    Converting XML to CSV using XSLT 1.0

    This post shows you how to convert a simple XML file to CSV using XSLT. Consider the following sample XML:…

    Read More »
  • Core Java👁 Image
    Anirudh BhatnagarJuly 17th, 2014
    1 363

    Converting JSON to XML to Java Objects using XStream

    XStream library can be an effective tool for converting JSON to Java to XML translations to and fro. Lets explore…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Joe SteinMarch 7th, 2014
    0 1,082

    XML to Avro Conversion

    We all know what XML is right?  Just in case not, no problem here is what it is all about.…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • ...
  • Last
Back to top button
Close