Project

Profile

Help

Bug #4348

closed

SaxonC-1.2.0 for Python does not return expected attribute value

Added by Quick van Rijt over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Category:
Python
Start date:
2019-10-18
Due date:
% Done:

100%

Estimated time:
Found in version:
1.2.0
Fixed in version:
1.2.1
Platforms:

Description

Saxon/C 1.2.0 running with Saxon-HE 9.9.1.5J from Saxonica

Example script SaxonHEC1.2.0\Saxon.C.API\python-saxon\saxon_example.py

print('node.children[1].attributes[1].string_value =', attrs[1].string_value)

returns

 "attr2='value2'"

while i expect

'value2'

Please register to edit this issue

Also available in: Atom PDF