We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
transform.xq should be modified to include child elements inside persName/placeName/orgName. For example, what it will output:
transform.xq
persName
placeName
orgName
<persName>金副局长</persName>
What we would expect :
<persName>金<roleName>副局长</roleName></persName>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
transform.xq
should be modified to include child elements insidepersName
/placeName
/orgName
.For example, what it will output:
What we would expect :
The text was updated successfully, but these errors were encountered: