Thank you very much Curtis Rueden
On Thu, Jun 27, 2013 at 11:30 AM, Curtis Rueden <[email protected]> wrote: > Hi Nayana, > > > Is it necessary to learn XML in order to lear Maven? > > No, if you use Eclipse you can configure your POM in its graphical editor. > Other IDEs may have similar things. > > Even if you edit POMs by hand, XML is "human readable" meaning you don't > really need an in-depth understanding of XML in order to hack together a > Maven POM. > > My definition of "learn XML" would be more like: > * Understand basics: elements vs. attributes, etc. > * Understand XML validation; e.g. XSD and DTD > * Understand XSLT stylesheets > * Understand parsing: SAX, DOM and XPath > > And you certainly do not need to know those things to configure a Maven > POM. > > Regards, > Curtis > > > On Thu, Jun 27, 2013 at 10:22 AM, Nayana ABREU <[email protected] > >wrote: > > > Is it necessary to learn XML in order to lear Maven? > > > > Thanks > > > > -- > > Nayana Holanda de Abreu > > [email protected] > > Phone: 662-801-6349 > > Skype: nayanexbourdon > > > -- Nayana Holanda de Abreu [email protected] Phone: 662-801-6349 Skype: nayanexbourdon
