Skip to content

"Could not transform" warnings #92

Answered by manusimidt
ahoward-cf asked this question in Q&A
Discussion options

You must be logged in to vote

Hey,
Normal XBRL submissions always have separate files for displaying the content to the user (pdf, html) and for programmatically reading the data (xml). In iXBRL on the other hand both is combined into one file (xHTML). Thus you get the problem that maybe you do not want your user to read the fact-value as it is.

For example, the filer might have the sentence: "Our revenue increased to $14.3 Mrd. USD which I like".
The corresponding xHTML would look like the following:

<p>
   Our revenue increased to $
            <ix:nonFraction id="fact3"
                            name="example:Revenue"
                            contextRef="END_2020"
                            unitRef="usd"

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@manusimidt
Comment options

Answer selected by ahoward-cf
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants