Parece ser que lo que le�as no era del todo correcto. No parecen existir expresiones regulares en ninguna de sus posibles formas y XPath no existe en el objeto XML.
A�n as�, existe la posibilidad de usar XPath con XMLConnector, un componente de esta versi�n que hace binding de una fuente de datos XML. No obstante, no todas las expresiones est�n permitidas. Del manual: ----8<------------ Supported XPath expressions The following XPath expressions are supported: Absolute paths: /A/B/C Relative paths: A/B/C Node selection using node name or wildcard: /A/B/C (node selection by name) /A/B/* (node selection of all child nodes of /A/B by wildcard) /*/*/C (node selection of all C nodes that have exactly two ancestors) Predicate syntax to further specify nodes to be selected: /B[C] (child node syntax; selects all B nodes that have a C node as a child) /[EMAIL PROTECTED] (attribute existence syntax; selects all B nodes that have an attribute named id) /[EMAIL PROTECTED]"A1"] (attribute value syntax; selects all B nodes that have an id attribute whose value is A1) Support for predicate comparison operators: = Support for Boolean AND and OR values in predicates: /[EMAIL PROTECTED] AND @customer="macromedia"] Note: The following operators are not supported: "<", ">", "//". ----8<------------ >-----Mensaje original----- >De: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] En nombre de Daniel Miranda >Enviado el: jueves, 11 de septiembre de 2003 22:57 >Para: [EMAIL PROTECTED] >Asunto: [ASNativos] sobre novedades en MX 2004 > > >Hola > >Queria saber si el objeto XML incluye xPath en esta nueva >version de flash y si se implementaron de alguna forma las >expresiones regulares. > >Dos cosas que hace un tiempo lei que se iban a implementar.en >esta version. > >se agradece la informaci�n > >un saludo a todos >Atte, Daniel > ><!------------------------------- >Lista ASNativos: >subscripciones/desubscripciones http://www.sidedev.net/asnativos >--------------------------------> > <!------------------------------- Lista ASNativos: subscripciones/desubscripciones http://www.sidedev.net/asnativos -------------------------------->
