1

I know JAXP is for XML parsing but is it possible to achieve xml binding with the help of JAXP?

rogue lad
  • 2,413
  • 2
  • 29
  • 32

1 Answers1

2

No. For XML binding you could use JAXB, though.

John Watts
  • 8,717
  • 1
  • 31
  • 35