+
    NV-jl
  ã                   ó  € ^ RI Ht ^ RIt]P                  R 4       t]P                  R 4       t]P                  R 4       t]P                  R 4       t]P                  R 4       t]P                  R 4       t	]P                  R	 4       t
R# )
é    )ÚPathNc                 ód   € \        \        4      P                  P                  R,          R,          # )zž
Returns a Path object to the XML example directory.

Examples
--------
>>> def test_read_xml(xml_data_path):
...     pd.read_xml(xml_data_path / "file.xsl")
ÚdataÚxml)r   Ú__file__Úparent© ó    Úm/Volumes/fast/ai/experiments/ui-tars-smoke/.venv/lib/python3.14/site-packages/pandas/tests/io/xml/conftest.pyÚxml_data_pathr      s$   € ô ”‹>× Ñ ×'Ñ'¨&Õ0°5Õ8Ð8r
   c                ó    € V! V R,          4      # )z’
Returns the path (as `str`) to the `books.xml` example file.

Examples
--------
>>> def test_read_xml(xml_books):
...     pd.read_xml(xml_books)
z	books.xmlr	   ©r   Údatapaths   &&r   Ú	xml_booksr      s   € ñ �M KÕ/Ó0Ð0r
   c                ó    € V! V R,          4      # )z¡
Returns the path (as `str`) to the `doc_ch_utf.xml` example file.

Examples
--------
>>> def test_read_xml(xml_doc_ch_utf):
...     pd.read_xml(xml_doc_ch_utf)
zdoc_ch_utf.xmlr	   r   s   &&r   Úxml_doc_ch_utfr       ó   € ñ �MÐ$4Õ4Ó5Ð5r
   c                ó    € V! V R,          4      # )z¡
Returns the path (as `str`) to the `baby_names.xml` example file.

Examples
--------
>>> def test_read_xml(xml_baby_names):
...     pd.read_xml(xml_baby_names)
zbaby_names.xmlr	   r   s   &&r   Úxml_baby_namesr   -   r   r
   c                ó    € V! V R,          4      # )aP  
Returns the path (as `str`) to the `cta_rail_lines.kml` example file.

Examples
--------
>>> def test_read_xml(kml_cta_rail_lines):
...     pd.read_xml(
...         kml_cta_rail_lines,
...         xpath=".//k:Placemark",
...         namespaces={"k": "http://www.opengis.net/kml/2.2"},
...         stylesheet=xsl_flatten_doc,
...     )
zcta_rail_lines.kmlr	   r   s   &&r   Úkml_cta_rail_linesr   :   s   € ñ �MÐ$8Õ8Ó9Ð9r
   c                ó    € V! V R,          4      # )a  
Returns the path (as `str`) to the `flatten_doc.xsl` example file.

Examples
--------
>>> def test_read_xsl(xsl_flatten_doc, mode):
...     with open(
...         xsl_flatten_doc, mode, encoding="utf-8" if mode == "r" else None
...     ) as f:
...         xsl_obj = f.read()
zflatten_doc.xslr	   r   s   &&r   Úxsl_flatten_docr   L   s   € ñ �MÐ$5Õ5Ó6Ð6r
   c                ó    € V! V R,          4      # )a#  
Returns the path (as `str`) to the `row_field_output.xsl` example file.

Examples
--------
>>> def test_read_xsl(xsl_row_field_output, mode):
...     with open(
...         xsl_row_field_output, mode, encoding="utf-8" if mode == "r" else None
...     ) as f:
...         xsl_obj = f.read()
zrow_field_output.xslr	   r   s   &&r   Úxsl_row_field_outputr   \   s   € ñ �MÐ$:Õ:Ó;Ð;r
   )Úpathlibr   ÚpytestÚfixturer   r   r   r   r   r   r   r	   r
   r   Ú<module>r      s³   ðÝ ã ð ‡�ñ	9ó ð	9ð ‡�ñ	1ó ð	1ð ‡�ñ	6ó ð	6ð ‡�ñ	6ó ð	6ð ‡�ñ:ó ð:ð" ‡�ñ7ó ð7ð ‡�ñ<ó ò<r
   