[Zorba-coders] [Bug 867198] Re: JSON converter module not proccesing strings with '<'

2012-03-28 Thread Sorin Marian Nasoi
** Changed in: zorba
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/867198

Title:
  JSON converter module not proccesing strings with '<'

Status in Zorba - The XQuery Processor:
  Fix Released

Bug description:
  I run the next query:

  import module namespace 
json="http://www.zorba-xquery.com/modules/converters/json";;
  declare variable $json-value = '{"html":"bold"}';
  json:parse($json-value)

  And I get then next error:
  converters\json.xq>:158,3: dynamic error [err:FODC0006]: invalid content 
passed to fn:parse-xml(): loader parsing error: StartTag: invalid element name

  I've noticed that this problem occurs with any string containing '<' so for 
example if we change the second line for
  declare variable $json-value :=  '{"html":"1 < 2"}'
  it still crashes in the same way.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/867198/+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


[Zorba-coders] [Bug 867198] Re: JSON converter module not proccesing strings with '<'

2011-12-08 Thread Matthias Brantner
** Changed in: zorba
Milestone: None => 2.1

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/867198

Title:
  JSON converter module not proccesing strings with '<'

Status in Zorba - The XQuery Processor:
  Fix Committed

Bug description:
  I run the next query:

  import module namespace 
json="http://www.zorba-xquery.com/modules/converters/json";;
  declare variable $json-value = '{"html":"bold"}';
  json:parse($json-value)

  And I get then next error:
  converters\json.xq>:158,3: dynamic error [err:FODC0006]: invalid content 
passed to fn:parse-xml(): loader parsing error: StartTag: invalid element name

  I've noticed that this problem occurs with any string containing '<' so for 
example if we change the second line for
  declare variable $json-value :=  '{"html":"1 < 2"}'
  it still crashes in the same way.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/867198/+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


[Zorba-coders] [Bug 867198] Re: JSON converter module not proccesing strings with '<'

2011-12-07 Thread Sorin Marian Nasoi
** Changed in: zorba
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/867198

Title:
  JSON converter module not proccesing strings with '<'

Status in Zorba - The XQuery Processor:
  Fix Committed

Bug description:
  I run the next query:

  import module namespace 
json="http://www.zorba-xquery.com/modules/converters/json";;
  declare variable $json-value = '{"html":"bold"}';
  json:parse($json-value)

  And I get then next error:
  converters\json.xq>:158,3: dynamic error [err:FODC0006]: invalid content 
passed to fn:parse-xml(): loader parsing error: StartTag: invalid element name

  I've noticed that this problem occurs with any string containing '<' so for 
example if we change the second line for
  declare variable $json-value :=  '{"html":"1 < 2"}'
  it still crashes in the same way.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/867198/+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


[Zorba-coders] [Bug 867198] Re: JSON converter module not proccesing strings with '<'

2011-12-06 Thread Sorin Marian Nasoi
** Changed in: zorba
   Status: New => Fix Committed

** Changed in: zorba
   Status: Fix Committed => In Progress

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/867198

Title:
  JSON converter module not proccesing strings with '<'

Status in Zorba - The XQuery Processor:
  In Progress

Bug description:
  I run the next query:

  import module namespace 
json="http://www.zorba-xquery.com/modules/converters/json";;
  declare variable $json-value = '{"html":"bold"}';
  json:parse($json-value)

  And I get then next error:
  converters\json.xq>:158,3: dynamic error [err:FODC0006]: invalid content 
passed to fn:parse-xml(): loader parsing error: StartTag: invalid element name

  I've noticed that this problem occurs with any string containing '<' so for 
example if we change the second line for
  declare variable $json-value :=  '{"html":"1 < 2"}'
  it still crashes in the same way.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/867198/+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


[Zorba-coders] [Bug 867198] Re: JSON converter module not proccesing strings with '<'

2011-12-06 Thread Launchpad Bug Tracker
** Branch linked: lp:~zorba-coders/zorba/bug_867198

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/867198

Title:
  JSON converter module not proccesing strings with '<'

Status in Zorba - The XQuery Processor:
  New

Bug description:
  I run the next query:

  import module namespace 
json="http://www.zorba-xquery.com/modules/converters/json";;
  declare variable $json-value = '{"html":"bold"}';
  json:parse($json-value)

  And I get then next error:
  converters\json.xq>:158,3: dynamic error [err:FODC0006]: invalid content 
passed to fn:parse-xml(): loader parsing error: StartTag: invalid element name

  I've noticed that this problem occurs with any string containing '<' so for 
example if we change the second line for
  declare variable $json-value :=  '{"html":"1 < 2"}'
  it still crashes in the same way.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/867198/+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


[Zorba-coders] [Bug 867198] Re: JSON converter module not proccesing strings with '<'

2011-10-15 Thread Sorin Marian Nasoi
** Changed in: zorba
Milestone: 2.1 => None

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/867198

Title:
  JSON converter module not proccesing strings with '<'

Status in Zorba - The XQuery Processor:
  New

Bug description:
  I run the next query:

  import module namespace 
json="http://www.zorba-xquery.com/modules/converters/json";;
  declare variable $json-value = '{"html":"bold"}';
  json:parse($json-value)

  And I get then next error:
  converters\json.xq>:158,3: dynamic error [err:FODC0006]: invalid content 
passed to fn:parse-xml(): loader parsing error: StartTag: invalid element name

  I've noticed that this problem occurs with any string containing '<' so for 
example if we change the second line for
  declare variable $json-value :=  '{"html":"1 < 2"}'
  it still crashes in the same way.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/867198/+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


[Zorba-coders] [Bug 867198] Re: JSON converter module not proccesing strings with '<'

2011-10-14 Thread Sorin Marian Nasoi
** Changed in: zorba
Milestone: None => 2.1

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/867198

Title:
  JSON converter module not proccesing strings with '<'

Status in Zorba - The XQuery Processor:
  New

Bug description:
  I run the next query:

  import module namespace 
json="http://www.zorba-xquery.com/modules/converters/json";;
  declare variable $json-value = '{"html":"bold"}';
  json:parse($json-value)

  And I get then next error:
  converters\json.xq>:158,3: dynamic error [err:FODC0006]: invalid content 
passed to fn:parse-xml(): loader parsing error: StartTag: invalid element name

  I've noticed that this problem occurs with any string containing '<' so for 
example if we change the second line for
  declare variable $json-value :=  '{"html":"1 < 2"}'
  it still crashes in the same way.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/867198/+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