The resultant SVG is viewed in an interface that provides pan and zoom functionality.
+
The resultant SVG is viewed in an interface that provides pan and zoom functionality built on top of
+ D3.
The SVG may also be viewed standalone or downloaded.
@@ -38,15 +40,7 @@
DotML
is a XML based syntax for the input language of the 'Dot'.
-
-
Todo
-
The SVG pan and zoom has problems, especially in Firefox. In part this maybe due
-to firefox bugs
-
For reference how the SVG viewbox
-works. See also here
-for a better way?
-
-
+
@@ -54,28 +48,10 @@ for a better way?
\ No newline at end of file
diff --git a/src/graphxq/views/ace.xml b/src/graphxq/views/ace.xml
index 09de2d7..4df919e 100644
--- a/src/graphxq/views/ace.xml
+++ b/src/graphxq/views/ace.xml
@@ -1,42 +1,42 @@
-
module namespace txq = 'apb.txq';
-declare default function namespace 'apb.txq';
-import module namespace xquery = "http://basex.org/modules/xquery";
-
-(:~
-: template function
-: @param template url to fill
-: @param map name and value to apply
-: @return updated doc from map
-:)
-declare function render($template as xs:string,$map as map(*)){{
- let $map:=map:new(($map,map{{"partial":=partial(?,?,?,$map,$template)}}))
- return xquery:invoke($template,$map)
-}};
module namespace txq = 'apb.txq';
+declare default function namespace 'apb.txq';
+import module namespace xquery = "http://basex.org/modules/xquery";
+
+(:~
+: template function
+: @param template url to fill
+: @param map name and value to apply
+: @return updated doc from map
+:)
+declare function render($template as xs:string,$map as map(*)){{
+ let $map:=map:new(($map,map{{"partial":=partial(?,?,?,$map,$template)}}))
+ return xquery:invoke($template,$map)
+}};