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
As per http://listserv.brown.edu/archives/cgi-bin/wa?A2=ind1003&L=TEI-L&T=0&O=D&P=162 and http://listserv.brown.edu/archives/cgi-bin/wa?A2=ind1003&L=TEI-L&D=0&O=D&T=0&P=288 Roma exits with a fatal error when processing an ODD where <valList> contains unexpected text nodes (i.e., whitespace) instead of just <valItem>s.
Possible solutions might involve the use of getElementsByTagName('valItem') or if ($oChild->nodeName=='valItem') { ... }
Original comment by: sf_user_ianrons
The text was updated successfully, but these errors were encountered:
Original comment by: @lb42
Sorry, something went wrong.
This issue was originally assigned to SF user: rahtz Current user is: sebastianrahtz
moved to TEIC/Roma-Antiqua#16, closing here
No branches or pull requests
As per
http://listserv.brown.edu/archives/cgi-bin/wa?A2=ind1003&L=TEI-L&T=0&O=D&P=162
and
http://listserv.brown.edu/archives/cgi-bin/wa?A2=ind1003&L=TEI-L&D=0&O=D&T=0&P=288
Roma exits with a fatal error when processing an ODD where <valList> contains unexpected text nodes (i.e., whitespace) instead of just <valItem>s.
Possible solutions might involve the use of getElementsByTagName('valItem') or
if ($oChild->nodeName=='valItem') { ... }
Original comment by: sf_user_ianrons
The text was updated successfully, but these errors were encountered: