You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:256:0:ERROR:RELAXNGV:RELAXNG_ERR_ELEMNAME: Expecting element map, got text-properties
:254:0:ERROR:RELAXNGV:RELAXNG_ERR_NOELEM: Expecting an element map, got nothing
:255:0:ERROR:RELAXNGV:RELAXNG_ERR_ELEMNAME: Expecting element map, got paragraph-properties
:254:0:ERROR:RELAXNGV:RELAXNG_ERR_INVALIDATTR: Invalid attribute name for element style
:0:0:ERROR:RELAXNGV:RELAXNG_ERR_INTEREXTRA: Extra element style in interleave
:98:0:ERROR:RELAXNGV:RELAXNG_ERR_INTERSEQ: Invalid sequence in interleave
:98:0:ERROR:RELAXNGV:RELAXNG_ERR_CONTENTVALID: Element styles failed to validate content
Traceback (most recent call last):
File "/opt/anaconda3/bin/hwp5odt", line 8, in sys.exit(main())
File "/opt/anaconda3/lib/python3.8/site-packages/hwp5/hwp5odt.py", line 365, in main
transform(hwp5file, dest)
File "/opt/anaconda3/lib/python3.8/site-packages/hwp5/hwp5odt.py", line 143, in transform_hwp5_to_package
self.transform_xhwp5_into_package(xml_path, odtpkg)
File "/opt/anaconda3/lib/python3.8/site-packages/hwp5/hwp5odt.py", line 187, in transform
with self.transformed_styles_at_temp(xhwp5path) as path:
File "/opt/anaconda3/lib/python3.8/contextlib.py", line 113, in enter
return next(self.gen)
File "/opt/anaconda3/lib/python3.8/site-packages/hwp5/hwp5odt.py", line 238, in transformed_at_temp_path
transform(inp_path, f)
File "/opt/anaconda3/lib/python3.8/site-packages/hwp5/hwp5odt.py", line 229, in validating_transform
transform(input, output)
File "/opt/anaconda3/lib/python3.8/contextlib.py", line 120, in exit
next(self.gen)
File "/opt/anaconda3/lib/python3.8/site-packages/hwp5/plat/_lxml.py", line 146, in validating_output
raise ValidationFailed('RelaxNG')
hwp5.errors.ValidationFailed: RelaxNG
The text was updated successfully, but these errors were encountered:
우분투18, 파이썬3.8에서 테스트한 hwp 파일버전은 5.0.5.0 입니다.
hwp5odt --output=/home/202012160231295520.odt /home/original/2020121602395520.hwp
:256:0:ERROR:RELAXNGV:RELAXNG_ERR_ELEMNAME: Expecting element map, got text-properties
:254:0:ERROR:RELAXNGV:RELAXNG_ERR_NOELEM: Expecting an element map, got nothing
:255:0:ERROR:RELAXNGV:RELAXNG_ERR_ELEMNAME: Expecting element map, got paragraph-properties
:254:0:ERROR:RELAXNGV:RELAXNG_ERR_INVALIDATTR: Invalid attribute name for element style
:0:0:ERROR:RELAXNGV:RELAXNG_ERR_INTEREXTRA: Extra element style in interleave
:98:0:ERROR:RELAXNGV:RELAXNG_ERR_INTERSEQ: Invalid sequence in interleave
:98:0:ERROR:RELAXNGV:RELAXNG_ERR_CONTENTVALID: Element styles failed to validate content
Traceback (most recent call last):
File "/opt/anaconda3/bin/hwp5odt", line 8, in sys.exit(main())
File "/opt/anaconda3/lib/python3.8/site-packages/hwp5/hwp5odt.py", line 365, in main
transform(hwp5file, dest)
File "/opt/anaconda3/lib/python3.8/site-packages/hwp5/hwp5odt.py", line 143, in transform_hwp5_to_package
self.transform_xhwp5_into_package(xml_path, odtpkg)
File "/opt/anaconda3/lib/python3.8/site-packages/hwp5/hwp5odt.py", line 187, in transform
with self.transformed_styles_at_temp(xhwp5path) as path:
File "/opt/anaconda3/lib/python3.8/contextlib.py", line 113, in enter
return next(self.gen)
File "/opt/anaconda3/lib/python3.8/site-packages/hwp5/hwp5odt.py", line 238, in transformed_at_temp_path
transform(inp_path, f)
File "/opt/anaconda3/lib/python3.8/site-packages/hwp5/hwp5odt.py", line 229, in validating_transform
transform(input, output)
File "/opt/anaconda3/lib/python3.8/contextlib.py", line 120, in exit
next(self.gen)
File "/opt/anaconda3/lib/python3.8/site-packages/hwp5/plat/_lxml.py", line 146, in validating_output
raise ValidationFailed('RelaxNG')
hwp5.errors.ValidationFailed: RelaxNG
The text was updated successfully, but these errors were encountered: