0

実行ボタンを有効にしましたが、どういうわけかこれを適切に機能させることができませんでした。

これは、ドキュメントからの指示の例です。

<property as="xs:string"  name="oxf.fr.detail.submit.go.uri-xpath.*.*" value="/book/details/link"/>

静的および動的な uri 値を試しましたが、成功しませんでした。

次のような URI を試しました。

<property as="xs:string"  name="oxf.fr.detail.submit.go.uri-xpath.*.*" value="'http://www.google.com'"/>

および他の動的なものですが、何をしようとしても、次のようなダイアログウィンドウが表示され続けます。

===============================

エラーが発生しました

次のいずれかを試してください。

* Close this dialog and continue to use this page.
* Reload this page. Note that you will lose any unsaved changes.
* If the above does not work, try reloading the page yourself. Note that you will lose any unsaved changes:
      o With Firefox: hold down the shift key and click the Reload button in your browser toolbar.
      o With Safari and Chrome: click the Reload button in your browser toolbar.
      o With Internet Explorer: hold down the control key and click the Reload button in your browser toolbar.
* Return home.

詳細を表示 詳細を表示

===============================

私たちは何を間違っていますか?使用する値の例を挙げていただけますか?

ところで、安定したビルドを使用します。

4

1 に答える 1

0

3.8リリース(ほぼ9か月前から)ではこの問題に気づいていませんでしたが、実際に再現でき、それ以降、この問題が修正されていることを確認できます。ですから、今はナイトビルドを入手することをお勧めします。3.9のリリースが近づいているので、ナイトリービルドはかなり安定しているはずです。少なくとも開発には、デイリービルドを使用することを心配する必要はありません。

于 2011-02-02T18:13:36.860 に答える