Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 469 Bytes

0216.md

File metadata and controls

31 lines (24 loc) · 469 Bytes

Which of the following is used to create an XML parser with namespace support?

  • A)
xml_parser_create_ns()
  • B)
xml_get_current_column_number()
  • C)
xml_get_current_byte_index()
  • D)
xml_get_current_line_number()
Answer

Answer: A