-
Notifications
You must be signed in to change notification settings - Fork 53
Unmatched Template Error #8
New issue
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
Comments
I'm also getting this error. Is there a fix for this? |
I'm also getting the same error. Is it mandatory to loop inside the table? When I'm looping inside the table, it works fine but when I do the looping(#BEGIN_ROW:XXX# and #END_ROW:XXX#) without table, I'm getting the above error. |
@nav0285 I came up with a fix for this. It causes the build to fail but it works for what I needed it to do. #13 |
@nav0285, My last comment has a link to the pull request, in which you can see the |
Happy to merge #13 if the tests are passing. ok to change the tests too based on this new behavior. |
I'm zipping the following xml into a docx template. (I'm not posting the entire xml doc)
And I'm inserting the following data into the template:
{'experiences_title' => [{'experience_title' => "Experience"}}
It doesn't seem to recognize any of my row markers. When I try to generate the doc, I'm getting:
unmatched template markers: #BEGIN_ROW:EXPERIENCES_TITLE# nil: true, #END_ROW:EXPERIENCES_TITLE# nil: true. This could be because word broke up tags with it's own xml entries. See README.
The text was updated successfully, but these errors were encountered: