mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
Fix XMLData attribute error in Document Parsing notebook
This commit is contained in:
@@ -172,7 +172,7 @@
|
||||
"\n",
|
||||
"xml_data = xml_parser.parse(xml_file)\n",
|
||||
"\n",
|
||||
"print(f\"Parsed XML with {len(xml_data.elements)} elements\")\n",
|
||||
"print(f\"Parsed XML with {len(xml_data.root.children)} elements\")\n",
|
||||
"print(f\"Root element: {xml_data.root.tag if xml_data.root else 'None'}\")\n"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user