|
View:
New views
9 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (XMLBEANS-367) support for Saxon 9support for Saxon 9
------------------- Key: XMLBEANS-367 URL: https://issues.apache.org/jira/browse/XMLBEANS-367 Project: XMLBeans Issue Type: Improvement Affects Versions: TBD Reporter: Wing Yew Poon Assignee: Wing Yew Poon Fix For: TBD The current XMLBeans release, 2.3.0, supports Saxon 8.8. There has been requests from the user community to upgrade support for Saxon to Saxon 9.0, the current Saxon version. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
[jira] Updated: (XMLBEANS-367) support for Saxon 9[ https://issues.apache.org/jira/browse/XMLBEANS-367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wing Yew Poon updated XMLBEANS-367: ----------------------------------- Description: The current XMLBeans release, 2.3.0, supports Saxon 8.8. There have been requests from the user community to upgrade support for Saxon to a more current version. The current version of Saxon is 9.0. was: The current XMLBeans release, 2.3.0, supports Saxon 8.8. There has been requests from the user community to upgrade support for Saxon to Saxon 9.0, the current Saxon version. > support for Saxon 9 > ------------------- > > Key: XMLBEANS-367 > URL: https://issues.apache.org/jira/browse/XMLBEANS-367 > Project: XMLBeans > Issue Type: Improvement > Affects Versions: TBD > Reporter: Wing Yew Poon > Assignee: Wing Yew Poon > Fix For: TBD > > > The current XMLBeans release, 2.3.0, supports Saxon 8.8. There have been requests from the user community to upgrade support for Saxon to a more current version. The current version of Saxon is 9.0. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
[jira] Updated: (XMLBEANS-367) support for Saxon 9[ https://issues.apache.org/jira/browse/XMLBEANS-367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wing Yew Poon updated XMLBEANS-367: ----------------------------------- Attachment: saxon9_support_diff.txt Patch to resolve this issue. > support for Saxon 9 > ------------------- > > Key: XMLBEANS-367 > URL: https://issues.apache.org/jira/browse/XMLBEANS-367 > Project: XMLBeans > Issue Type: Improvement > Affects Versions: TBD > Reporter: Wing Yew Poon > Assignee: Wing Yew Poon > Fix For: TBD > > Attachments: saxon9_support_diff.txt > > > The current XMLBeans release, 2.3.0, supports Saxon 8.8. There have been requests from the user community to upgrade support for Saxon to a more current version. The current version of Saxon is 9.0. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
[jira] Updated: (XMLBEANS-367) support for Saxon 9[ https://issues.apache.org/jira/browse/XMLBEANS-367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wing Yew Poon updated XMLBEANS-367: ----------------------------------- Attachment: XBeansXQuery.java XBeansXPath.java build.xml Changed files (not including testbuild.xml). > support for Saxon 9 > ------------------- > > Key: XMLBEANS-367 > URL: https://issues.apache.org/jira/browse/XMLBEANS-367 > Project: XMLBeans > Issue Type: Improvement > Affects Versions: TBD > Reporter: Wing Yew Poon > Assignee: Wing Yew Poon > Fix For: TBD > > Attachments: build.xml, saxon9_support_diff.txt, XBeansXPath.java, XBeansXQuery.java > > > The current XMLBeans release, 2.3.0, supports Saxon 8.8. There have been requests from the user community to upgrade support for Saxon to a more current version. The current version of Saxon is 9.0. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
[jira] Updated: (XMLBEANS-367) support for Saxon 9[ https://issues.apache.org/jira/browse/XMLBEANS-367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wing Yew Poon updated XMLBEANS-367: ----------------------------------- Attachment: xbean_xpath.jar Rebuilt xbean_xpath.jar reflecting changes. > support for Saxon 9 > ------------------- > > Key: XMLBEANS-367 > URL: https://issues.apache.org/jira/browse/XMLBEANS-367 > Project: XMLBeans > Issue Type: Improvement > Affects Versions: TBD > Reporter: Wing Yew Poon > Assignee: Wing Yew Poon > Fix For: TBD > > Attachments: build.xml, saxon9_support_diff.txt, xbean_xpath.jar, XBeansXPath.java, XBeansXQuery.java > > > The current XMLBeans release, 2.3.0, supports Saxon 8.8. There have been requests from the user community to upgrade support for Saxon to a more current version. The current version of Saxon is 9.0. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
[jira] Commented: (XMLBEANS-367) support for Saxon 9[ https://issues.apache.org/jira/browse/XMLBEANS-367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583974#action_12583974 ] Wing Yew Poon commented on XMLBEANS-367: ---------------------------------------- I have attached the changes necessary to support saxon 9. If you do not wish to work with the source, you can simply replace the xbean_xpath.jar in the XMLBeans 2.3.0 distribution with the one I attached, and replace saxon8.jar and saxon8-dom.jar with saxon9.jar and saxon9-dom.jar in your classpath. > support for Saxon 9 > ------------------- > > Key: XMLBEANS-367 > URL: https://issues.apache.org/jira/browse/XMLBEANS-367 > Project: XMLBeans > Issue Type: Improvement > Affects Versions: TBD > Reporter: Wing Yew Poon > Assignee: Wing Yew Poon > Fix For: TBD > > Attachments: build.xml, saxon9_support_diff.txt, xbean_xpath.jar, XBeansXPath.java, XBeansXQuery.java > > > The current XMLBeans release, 2.3.0, supports Saxon 8.8. There have been requests from the user community to upgrade support for Saxon to a more current version. The current version of Saxon is 9.0. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
[jira] Updated: (XMLBEANS-367) support for Saxon 9[ https://issues.apache.org/jira/browse/XMLBEANS-367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated XMLBEANS-367: ---------------------------------- Affects Version/s: (was: TBD) Version 2.3 > support for Saxon 9 > ------------------- > > Key: XMLBEANS-367 > URL: https://issues.apache.org/jira/browse/XMLBEANS-367 > Project: XMLBeans > Issue Type: Improvement > Affects Versions: Version 2.3 > Reporter: Wing Yew Poon > Assignee: Wing Yew Poon > Fix For: TBD > > Attachments: build.xml, saxon9_support_diff.txt, xbean_xpath.jar, XBeansXPath.java, XBeansXQuery.java > > > The current XMLBeans release, 2.3.0, supports Saxon 8.8. There have been requests from the user community to upgrade support for Saxon to a more current version. The current version of Saxon is 9.0. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
[jira] Resolved: (XMLBEANS-367) support for Saxon 9[ https://issues.apache.org/jira/browse/XMLBEANS-367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wing Yew Poon resolved XMLBEANS-367. ------------------------------------ Resolution: Fixed Fix Version/s: (was: TBD) Version 2.4 The changes to support Saxon 9 went into XMLBeans 2.4.0. > support for Saxon 9 > ------------------- > > Key: XMLBEANS-367 > URL: https://issues.apache.org/jira/browse/XMLBEANS-367 > Project: XMLBeans > Issue Type: Improvement > Affects Versions: Version 2.3 > Reporter: Wing Yew Poon > Assignee: Wing Yew Poon > Fix For: Version 2.4 > > Attachments: build.xml, saxon9_support_diff.txt, xbean_xpath.jar, XBeansXPath.java, XBeansXQuery.java > > > The current XMLBeans release, 2.3.0, supports Saxon 8.8. There have been requests from the user community to upgrade support for Saxon to a more current version. The current version of Saxon is 9.0. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
[jira] Closed: (XMLBEANS-367) support for Saxon 9[ https://issues.apache.org/jira/browse/XMLBEANS-367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wing Yew Poon closed XMLBEANS-367. ---------------------------------- > support for Saxon 9 > ------------------- > > Key: XMLBEANS-367 > URL: https://issues.apache.org/jira/browse/XMLBEANS-367 > Project: XMLBeans > Issue Type: Improvement > Affects Versions: Version 2.3 > Reporter: Wing Yew Poon > Assignee: Wing Yew Poon > Fix For: Version 2.4 > > Attachments: build.xml, saxon9_support_diff.txt, xbean_xpath.jar, XBeansXPath.java, XBeansXQuery.java > > > The current XMLBeans release, 2.3.0, supports Saxon 8.8. There have been requests from the user community to upgrade support for Saxon to a more current version. The current version of Saxon is 9.0. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
| Free embeddable forum powered by Nabble | Forum Help |