Skip to content

Commit b877b06

Browse files
committed
Add note about missing classes on Android
Fixes: #36
1 parent 3faa38e commit b877b06

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ Feature: Examples Tables
120120
<testcase classname="Examples Tables" name="Eating &lt;color&gt; cucumbers - #1.2: Eating green cucumbers" />
121121
<testcase classname="Examples Tables" name="Eating &lt;color&gt; cucumbers - #1.3: Eating blue cucumbers" />
122122
```
123+
124+
## Android
125+
126+
The Android SDK does not include `javax.xml.stream.XMLOutputFactory`. This and other missing `java.xml.stream.*`
127+
dependencies can be provided by adding `com.fasterxml:aalto-xml` to your dependencies.
128+
123129
## Contributing
124130

125131
Each language implementation validates itself against the examples in the

0 commit comments

Comments
 (0)