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

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to