zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #05341
[Bug 940673] [NEW] serializer crash when including-content-type
Public bug reported:
The serializer crashes with the following query:
import schema namespace output = "http://www.w3.org/2010/xslt-xquery-
serialization";
fn:serialize(
fn:parse-xml("<stack/>"),
<output:serialization-parameters>
<output:method value="html"/>
<output:include-content-type value="yes"/>
</output:serialization-parameters>
)
The problem occurs when trying to add the meta element because of the
include-content-type option. It only happens if the element to serialize
results from parsing it (i.e. it works with a direct constructor).
** Affects: zorba
Importance: Medium
Assignee: Nicolae Brinza (nbrinza)
Status: New
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/940673
Title:
serializer crash when including-content-type
Status in Zorba - The XQuery Processor:
New
Bug description:
The serializer crashes with the following query:
import schema namespace output = "http://www.w3.org/2010/xslt-xquery-
serialization";
fn:serialize(
fn:parse-xml("<stack/>"),
<output:serialization-parameters>
<output:method value="html"/>
<output:include-content-type value="yes"/>
</output:serialization-parameters>
)
The problem occurs when trying to add the meta element because of the
include-content-type option. It only happens if the element to
serialize results from parsing it (i.e. it works with a direct
constructor).
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/940673/+subscriptions
Follow ups
References