Search found 7 matches

by shuphi
Thu Mar 01, 2007 4:59 pm
Forum: Feature Request
Topic: preserve whitespace/CR/LF in XML Editor schema annotations
Replies: 1
Views: 4974

preserve whitespace/CR/LF in XML Editor schema annotations

XML Schema annotations should be rendered in XML Editor
with whitespace and linefeeds/carriage returns preserved.

That way extensive annotations could be basically formatted with indents/linefeeds in the XML Schema for better readability.
by shuphi
Thu Aug 03, 2006 5:23 pm
Forum: XSLT and FOP
Topic: %20 characters in //xsl:result-document/@href
Replies: 7
Views: 9349

downloadlink

to make it easier, all the files mentioned above can be downloaded from here:
http://www.pcs-ag.com/pcsdoc/my-Directory.zip
by shuphi
Thu Aug 03, 2006 5:16 pm
Forum: XSLT and FOP
Topic: %20 characters in //xsl:result-document/@href
Replies: 7
Views: 9349

examples

I have to revise my conclusions. The following scenario should collect the contents of C:\temp\my-Directory\xml, and for-each element 'doc' encountered in the collection write a result-document to C:\temp\my-Directory\outfiles\out{@id}.xml 1. Create the Directories C:\temp\my-Directory, C:\temp\my-D...
by shuphi
Thu Aug 03, 2006 3:37 pm
Forum: XSLT and FOP
Topic: %20 characters in //xsl:result-document/@href
Replies: 7
Views: 9349

Error: Premature End of File

After various tests I came to the conclusion that the errors occurring with the - doc($myString) function - xsl:result-document[matches(@href eq $myString]) are not reproducable consistently, if $myString contains %20 or - (dash) chars in directory names. The error occurs just sometimes, sometimes i...
by shuphi
Fri Jul 28, 2006 11:25 am
Forum: XSLT and FOP
Topic: %20 characters in //xsl:result-document/@href
Replies: 7
Views: 9349

%20 characters in //xsl:result-document/@href

I have a multiple-include master stylesheet with a bunch of xsl:result-document instructions writing a set of xml files to a basepath specified in a global variable. <xsl:variable name="BASEPATH" select="'file:/C:/Dokumente%20und Einstellungen/myName/Eigene%20Dateien/myHTMLOutput'&quo...
by shuphi
Wed Jul 26, 2006 1:46 pm
Forum: Common Problems
Topic: pretty printing inserts newline before closing tag bracket
Replies: 2
Views: 4505

Thank you so much, it works! I'm really fond of the new oXygen version I'm evaluating since yesterday, and I guess I'll soon purchase it!

regards, Gerhard
by shuphi
Wed Jul 26, 2006 11:39 am
Forum: Common Problems
Topic: pretty printing inserts newline before closing tag bracket
Replies: 2
Views: 4505

pretty printing inserts newline before closing tag bracket

Pretty-printing inserts a newline character before the closing angle bracket of starting tags of mixed elements, if the first node of the content is a text() node. Example Structure: [...] <para> <language lang="en"> mixed <e>text</e> with inline formatting </language> </para> [...] Result...