Project

Profile

Help

Bug #276

closed

Wrong namesp. with strip-space elements

Added by Anonymous about 22 years ago. Updated about 12 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
XSLT conformance
Sprint/Milestone:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Legacy ID:
sf-527531
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:

Description

SourceForge user: bronger

With the appended files minimal.xsl and minimal.xml,

the command "saxon minimal.xml minimal.xsl" produces

(book:

(section: (heading:Hallo!)

 (p:(em:Look here) (em:and here)).     )   )

but it should produce

(book:(section:(heading:Hallo!)(p:(em:Look here)

(em:and here)).

))

If you remove the namespace from the xsl:stylesheet

element, you get the correct result, however, it

mustn't have any effect.


Files

minimal.tar.gz (9.56 KB) minimal.tar.gz Anonymous, 2002-03-08 20:17

Please register to edit this issue

Also available in: Atom PDF