You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the expected test data contain a processing instruction next to the root
element, e.g.
<?xml version="1.0"?>
<?xml-stylsheet ...?>
<root>
...
</root>
the test will never succeed, because the PI is somehow lost.
Using xspec-0.4.0rc1.
The same holds for expected results that contain a DOCTYPE declaration (I'm not
sure this is even possible at all): the document is not well-formed because the
declaration is in the middle of the text, but the style sheet has to generate
it. Can the use of an external file solve this? Or are there ways around this
problem?
Thanks!
Original issue reported on code.google.com by fou...@googlemail.com on 14 Dec 2012 at 8:07
The text was updated successfully, but these errors were encountered:
* Add test case for Windows batch script for issue expath#46 / pr expath#48
* Align batch script with shell script to mimic setup/teardown functions in batch script (82a3d49)
- Use the same output dir and file as the shell script for .gitignore to fully take effect on windows
Original issue reported on code.google.com by
fou...@googlemail.com
on 14 Dec 2012 at 8:07The text was updated successfully, but these errors were encountered: