Skip to content

Commit 6cc724d

Browse files
committed
Some tests to find validation issues
1 parent e6b10da commit 6cc724d

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

suse-ai/DC-SBP-Test

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@
55
## Mandatory Parameter
66
MAIN="MAIN-SBP-Test.xml"
77

8+
# PROFOS="article"
9+
# PROFARCH="x86_64;zseries;power;aarch64"
10+
811
## Custom Stylesheets
912
## (if not defined, the DocBook stylesheets will be used)
1013
##
11-
STYLEROOT=/usr/share/xml/docbook/stylesheet/sbp
12-
FALLBACK_STYLEROOT=/usr/share/xml/docbook/stylesheet/suse2022-ns
14+
STYLEROOT="/usr/share/xml/docbook/stylesheet/sbp"
15+
FALLBACK_STYLEROOT="/usr/share/xml/docbook/stylesheet/suse2022-ns"
1316

1417
XSLTPARAM="--stringparam publishing.series=sbp"
1518

suse-ai/xml/MAIN-SBP-Test.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--<?oxygen RNGSchema="http://www.oasis-open.org/docbook/xml/5.0/rng/docbook.rng" type="xml"?>-->
3-
<!DOCTYPE article [
4-
<!ENTITY % entity SYSTEM "entity-decl.ent">
5-
%entity;
6-
]>
3+
<!DOCTYPE article> <!--
4+
[
5+
<!ENTITY % entity SYSTEM "entity-decl.ent">
6+
%entity;
7+
]>-->
78

89
<article role="sbp" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude"
910
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xmlns:its="http://www.w3.org/2005/11/its"
@@ -66,7 +67,7 @@
6667
<imagedata fileref="suse.svg" width="5em" align="center" valign="bottom"/>
6768
</imageobject>
6869
<imageobject role="html">
69-
<imagedata fileref="suse.svg" width="152px" align="center" valign="bottom"/>
70+
<imagedata fileref="suse.svg" width="80%" align="center" valign="bottom"/>
7071
</imageobject>
7172
<textobject>
7273
<phrase>SUSE logo</phrase>
@@ -215,14 +216,14 @@ class User(BaseModel):
215216
</sect2>
216217

217218
</sect1>
218-
219+
<!--
219220
<?pdfpagebreak style="sbp" formatter="fop"?>
220221
221222
<xi:include href="sbp-legal-notice.xml"/>
222223
223224
224225
<?pdfpagebreak style="sbp" formatter="fop"?>
225226
<xi:include href="license-gfdl.xml"/>
226-
227+
-->
227228

228229
</article>

0 commit comments

Comments
 (0)