Re: Trouble trying to get DocInfo to work...
Posted by
steveg on
URL: https://discuss.asciidoctor.org/Trouble-trying-to-get-DocInfo-to-work-tp8239p8241.html
Thanks for the reply. Yes, the XML is invalid, as it does not have a root node.
<subtitle>This is the subtitle</subtitle>
<productname>Product Name</productname>
<productnumber>Product Number</productnumber>
Instead of
<info>
<subtitle>This is the subtitle</subtitle>
<productname>Product Name</productname>
<productnumber>Product Number</productnumber>
</info>
I did this as the
documentation did not include the <info> tag, and that is also how the real life example worked. I will see if adding in the info tag makes a difference.